Small fixes and auto-nightmode

This commit is contained in:
2020-12-27 18:25:04 +01:00
parent dc9b5c725e
commit 182662e2e0
4 changed files with 33 additions and 2 deletions

View File

@ -1,3 +1,14 @@
body {
background-color: var(--color-body);
color: var(--color-body-text);
}
code {
background-color: var(--color-code);
border-color: var(--color-code-text);
color: var(--color-code-text);
}
.noscript {
box-sizing: border-box;
width: 100vw;