darkmode/lightmode added

This commit is contained in:
SindreKjelsrud 2023-08-23 19:54:39 +02:00
parent d857ecb30a
commit b19487f928
3 changed files with 46 additions and 55 deletions

View file

@ -16,13 +16,6 @@ html.dark {
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 65ch;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
}
#themeToggle {