Attempt to hack in dark mode for the page
Browse files
style.css
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
body {
|
2 |
padding: 2rem;
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
|
|
|
|
|
|
4 |
}
|
5 |
|
6 |
h1 {
|
|
|
1 |
body {
|
2 |
padding: 2rem;
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
+
background-color: Canvas;
|
5 |
+
color: CanvasText;
|
6 |
+
color-scheme: light dark;
|
7 |
}
|
8 |
|
9 |
h1 {
|