Skip to content

Commit

Permalink
fix: Tweak highlight color in dark theme
Browse files Browse the repository at this point in the history
See discussion in #692.
  • Loading branch information
birtles committed Jul 27, 2021
1 parent 7565ff0 commit d484942
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
--bg-color: #1d1a19;
--border-color: #999493;

--primary-highlight: #1bf;
--primary-highlight: #3fa8de;
--reading-highlight: #7beb7e;
--conj-color: #817470;

Expand All @@ -124,6 +124,12 @@
--meta-bg: rgba(255, 255, 255, 0.2);
}

.window.theme-black .w-def .tag-masc,
.window.theme-black .w-def .w-misc {
--tag-blue: #2698fb88;
--tag-border: rgba(255, 255, 255, 0.3);
}

.window.theme-black .kanji-table:not(.-copy) .kanji {
text-shadow: rgba(255, 255, 255, 0.2) 1px 1px 4px;
}
Expand Down

0 comments on commit d484942

Please sign in to comment.