Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Jan 15, 2024
1 parent 9c4dd31 commit 7bb938e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ body {
touch-action: pan-x pan-y;
--background-menu: hsla(0, 0%, 100%, .8);
--background: color-mix(in srgb, var(--theme-color) 10%, hsla(0, 0%, 95%, 1));
--background-cursor: color-mix(in srgb, var(--theme-color) 10%, hsla(0, 0%, 90%, .9));
--background-content: color-mix(in srgb, var(--theme-color) 10%, hsla(0, 0%, 85%, .9));
--background-cursor: color-mix(in srgb, var(--theme-color) 10%, hsla(0, 0%, 100%, .9));
--background-content: color-mix(in srgb, var(--theme-color) 5%, hsla(0, 0%, 100%, .9));
--font: #000;
--font-inverted: #fff;
--link: color-mix(in srgb, var(--theme-color), var(--font));
Expand Down

0 comments on commit 7bb938e

Please sign in to comment.