Skip to content

Commit

Permalink
Update theme.css
Browse files Browse the repository at this point in the history
Reduced contrast in menu selection
  • Loading branch information
jonsnow231 authored Aug 3, 2023
1 parent a53c048 commit f7f5896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--text-muted: #DADADA;
--text-faint: #DADADA;
--text-accent: #ffdf22;
--text-on-accent: #FFFFFF;
--text-on-accent: #cdcd43;

--italic-color: #fff6dd;
--bold-color: #EEEEEE;
Expand All @@ -35,7 +35,7 @@
--nav-item-background-active: #393939;
--nav-file-tag: #f4ec9e;
--nav-indentation-guide-color: #5f6148;
--interactive-accent: #afafaf;
--interactive-accent: #6f6f6f;
--scrollbar-thumb-bg: #3f3e3e;
--indentation-guide-color: #5f6148;
--indentation-guide-color-active: #808261;
Expand Down

0 comments on commit f7f5896

Please sign in to comment.