Skip to content

Commit e152a5f

Browse files
committed
Remove theme switching
1 parent 5e6e0aa commit e152a5f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

css/bg.css

-24
Original file line numberDiff line numberDiff line change
@@ -82,27 +82,3 @@ body {
8282
radial-gradient(circle at var(--overlay3-x) var(--overlay3-y), var(--color-medium-orchid) 0%, transparent 40%);
8383
mix-blend-mode: soft-light;
8484
}
85-
86-
@media (prefers-color-scheme: dark) {
87-
88-
body,
89-
footer {
90-
color: var(--color-text);
91-
}
92-
93-
a {
94-
color: white;
95-
}
96-
}
97-
98-
@media (prefers-color-scheme: light) {
99-
100-
body,
101-
footer {
102-
color: var(--color-text-light);
103-
}
104-
105-
a {
106-
color: black;
107-
}
108-
}

0 commit comments

Comments
 (0)