Skip to content

Commit

Permalink
Add nord colors to the dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezanpour committed Mar 7, 2024
1 parent 07f6765 commit 038ebfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/ramezanpour.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
@import "highlight-dark.css" (prefers-color-scheme: dark);

:root {
--first: #17b890;
--second: #9dc5bb;
--first: #5e81ac;
--second: #81a1c1;
--black: #333;
--code: #f5f5f5;
}

@media (prefers-color-scheme: dark) {
body {
background-color: #111;
background-color: #2e3440;
color: var(--black);
}
:root {
--first: #17b890;
--first: #8fbcbb;
--second: #9dc5bb;
--black: #ccc;
--code: #222;
Expand Down

0 comments on commit 038ebfd

Please sign in to comment.