Revert "Initial dark theme (WIP)"

This reverts commit 787735cec7.
This commit is contained in:
Cory LaViska
2020-08-14 17:38:35 -04:00
parent d4ff32efba
commit 4e1abbc885
16 changed files with 19 additions and 481 deletions

View File

@@ -1,14 +0,0 @@
.theme-toggle {
position: fixed;
top: .5rem;
right: .5rem;
z-index: 100;
}
@media screen and (max-width: 768px) {
.theme-toggle {
top: .25rem;
right: .25rem;
transform: scale(.8);
}
}