We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b76ec commit fcf7abfCopy full SHA for fcf7abf
2 files changed
app/css/index.css
@@ -2,7 +2,7 @@
2
3
@import "generic.css";
4
@import "logo.css";
5
-@import "features.css";
+@import "sidebar.css";
6
7
:root {
8
--surface: lch(5 0 0);
@@ -12,7 +12,7 @@
12
--brand-alt: lch(95 10 250);
13
14
@media (prefers-color-scheme: light) {
15
- --surface: lch(98 0 0);
+ --surface: white;
16
--text: lch(30 0 0);
17
--white: lch(100 0 0);
18
--brand: lch(57 56 273)
app/css/features.css app/css/sidebar.cssapp/css/features.css renamed to app/css/sidebar.css
@@ -12,6 +12,10 @@ nav {
font-weight: lighter;
text-decoration: underline;
text-decoration-color: var(--white);
+
+ @media (prefers-color-scheme: light) {
+ text-decoration-color: hsl(208deg 55% 75%);
+ }
19
}
20
21
@media (max-width: 720px) {
0 commit comments