Added dark and SFW modes.

This commit is contained in:
2020-03-23 01:43:49 +01:00
parent fdb2b132f6
commit 58ead7b426
288 changed files with 1316 additions and 156 deletions

View File

@@ -9,7 +9,7 @@ body {
}
body {
color: $text;
color: var(--text);
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
@@ -25,7 +25,7 @@ body {
}
.heading {
color: $shadow;
color: var(--shadow);
padding: 0;
margin: 0 0 1rem 0;
font-size: 1.5rem;