Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
benyarb authored Aug 11, 2024
1 parent ed88be0 commit 93af34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
--dark-rgb: 13, 17, 23;
--light-rgb: 255, 255, 255;

/* light mode * /
/* light mode */
--highlight: rgba(var(--dark-rgb), .95);
--foreground: rgba(var(--dark-rgb), .85);
--background: rgba(var(--light-rgb), 1);
}

@media (prefers-color-scheme: dark) {
:root {
/* dark mode */
/* dark mode */
--highlight: rgba(var(--light-rgb), .95);
--foreground: rgba(var(--light-rgb), .85);
--background: rgba(var(--dark-rgb), 1);
Expand Down

0 comments on commit 93af34b

Please sign in to comment.