Add a sort of dark mode

This commit is contained in:
2026-08-08 20:40:58 -04:00
parent 73c076dc71
commit fa8f0b3a03
4 changed files with 23 additions and 15 deletions

View File

@@ -4,12 +4,12 @@
@import url('content.css');
html {
background-color: var(--background-color);
background-color: var(--color-background);
}
body {
font-family: 'FormaDJRText', sans-serif;
color: black;
color: var(--color-primary);
display: flex;
flex-direction: column;
@@ -36,7 +36,6 @@ footer {
padding-bottom: 32px;
padding-top: 64px;
color: dimgray;
}
a {