feat: begin working on being able to immplement dark mode and light mode

This commit is contained in:
Stevan Freeborn
2023-04-20 22:39:47 -05:00
parent ec87b67385
commit 8eb224e018
8 changed files with 91 additions and 39 deletions
+1 -1
View File
@@ -31,10 +31,10 @@
.container>article>p {
margin-top: 20px;
color: #c1c9d2;
}
.container>article code {
color: white;
background-color: #0b3766;
border-radius: 5px;
}