@samitouri / QOSami-HFS / commits / 388addfd

nicer

Massimo Melina committed May 21, 2023 at 22:22 UTC 388addfdf8da295262a0e7de1955e268c4124ce7
1 file changed +2 -2
frontend/src/index.scss
+2 -2
@@ -7,7 +7,7 @@
7 --faint-contrast: #8884;
8 --mild-contrast: #8886;
9 --good-contrast: #000a;
10 - --button-bg: #68a;
10 + --button-bg: #6080aa;
11 --button-text: #eaeaea;
12 --focus-color: #468;
13 --separator: " – ";
@@ -93,7 +93,7 @@ select { text-align: center; } // it is surely cooler on the options dialog
93 .icon.mirror:before { transform: scaleX(-1); }
94 a {
95 text-decoration: none;
96 - color: #57a;
96 + color: var(--button-bg);
97 }
98 button {
99 background-color: var(--button-bg);