Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit fada642

Browse files
committed
CSS fix
1 parent b446c4f commit fada642

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/styles/globals.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ a {
1818
box-sizing: border-box;
1919
}
2020

21-
@media (prefers-color-scheme: light) {
22-
html {
23-
color-scheme: dark;
24-
}
25-
body {
26-
color: white;
27-
background: black;
28-
}
29-
}
30-
3121
main {
3222
max-width: 90rem;
3323
padding: 0 2rem;

0 commit comments

Comments
 (0)