Skip to content

Commit

Permalink
Changes colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ander94lakx committed Feb 5, 2022
1 parent f475353 commit 08954fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body.dark {
--color-text: #fefcf8;
--color-text-light: #d1dce5;
--color-heading-black: #dc078e;
--color-heading: #dc078e ;
--color-heading: #dc078e;
}


Expand Down Expand Up @@ -471,6 +471,10 @@ a:focus {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--color-text);
}
.date {
color: var(--color-primary);
}
}
}
Expand Down

0 comments on commit 08954fb

Please sign in to comment.