more styling tweaks

This commit is contained in:
Barrett Ruth 2026-01-12 17:37:03 -05:00
parent 7335b31d11
commit 16c000b2e9
3 changed files with 34 additions and 8 deletions

View file

@ -153,6 +153,20 @@ code[class*="language-"] {
html,
body {
font-family: "Signifier", serif;
background: #f5f1e8;
color: #3a3a3a;
}
@media (prefers-color-scheme: dark) {
html,
body {
background: #1a1a1a;
color: #f5f5f5;
}
}
@media (prefers-color-scheme: dark) {
html,
body {
background: #121212;
color: #e0e0e0;
}
}