Add simple dark mode.

This commit is contained in:
Snarna
2021-09-03 12:22:39 -04:00
parent 3c42cfb546
commit 4b1433f22a
5 changed files with 528 additions and 2 deletions

View File

@@ -101,6 +101,20 @@ html {
z-index:2;
}
#themeToggleBtn {
position: fixed;
left: 1rem;
bottom: 1rem;
padding: 0.1rem 1rem;
border: none;
border-radius: 0.2rem;
background-color:#222831;
font-size: 1.4rem;
color: #EEEEEE;
cursor: pointer;
z-index:2;
}
.head {
position: fixed;
font-size: 1.4rem;