Update dark-mode.css

This commit is contained in:
2020-05-01 14:42:19 -04:00
committed by GitHub
parent dd1cfaacca
commit 533687b4e7
+3
View File
@@ -6,6 +6,9 @@ body {
a { a {
text-decoration: none; text-decoration: none;
} }
h1 {
font-size: 1.8em;
}
.dark-mode-toggle { .dark-mode-toggle {
cursor: pointer; cursor: pointer;
padding: 1em; padding: 1em;