@samitouri / QOSami-HFS / commits / f94151d0

introduced css var "--link"

Massimo Melina committed Oct 9, 2024 at 12:31 UTC f94151d0a23541214ccf963323222e49f9a01ee3
1 file changed +3 -2
frontend/src/index.scss
+3 -2
@@ -6,6 +6,7 @@
6 --bg: #fff;
7 --text: #555;
8 --text-high-contrast: #111;
9 + --link: var(--button-bg);
10 --ghost-contrast: #8882;
11 --ghost-contrast-alt: #eee;
12 --faint-contrast: #ddd;
@@ -26,6 +27,7 @@
27 --bg: #000;
28 --text: #999;
29 --text-high-contrast: #eee;
30 + --link: #8ac;
31 --ghost-contrast-alt: #181818;
32 --faint-contrast: #2d2d2d;
33 --good-contrast: #aaa;
@@ -37,7 +39,6 @@
39
40 color-scheme: dark;
41 .highlightedText { color: #fff; text-shadow: 0 0 3px #fff; }
40 - a { color:#8ac; }
42 .dialog-closer { background: #633 }
43 .dialog-icon {
44 color: #ccc;
@@ -110,7 +111,7 @@ img.file-icon { height: 1em; }
111 .icon.mirror:before { transform: scaleX(-1); }
112 a {
113 text-decoration: none;
113 - color: var(--button-bg);
114 + color: var(--link);
115 }
116 button {
117 background-color: var(--button-bg);