fix: #249 change accent color to lighter for better contrast in dark mode

This commit is contained in:
Koziolek 2022-07-24 15:29:52 +02:00
parent 7a240be58e
commit 176e0c9688
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
.__NoScript_Theme__, .__NoScript_Theme__[data-theme="dark"] {
color-scheme: dark;
--accent-color: #d12027;
--accent-color: #ffb366;
--fg-color1: #ccc;
--fg-color2: #fff;
--text-color: #ddd;