feat: implement theme toggle switch

This commit is contained in:
Stevan Freeborn
2023-04-20 23:36:52 -05:00
parent 8eb224e018
commit 88d4c1c339
10 changed files with 138 additions and 70 deletions
+3 -8
View File
@@ -15,15 +15,10 @@ body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.5;
color: white;
background-color: #05254a;
display: flex;
}
.container {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
min-width: 0;
a {
text-decoration: none;
color: inherit;
}