Skip to content

Commit

Permalink
fix: font colors by themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 14, 2024
1 parent fbccca9 commit 1f3b4f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@
--hover: #52525e;
--active: #5b5b66;
}
}

:root {
color-scheme: dark;
--light: #1c1b22;
--dark: #f2f2f2;
--back: #2b2a33;
--hover: #52525e;
--active: #5b5b66;
}

0 comments on commit 1f3b4f3

Please sign in to comment.