app: Implement dark theme and toggle

This commit is contained in:
Austin Alvarado
2023-03-21 03:50:17 -06:00
committed by GitHub
parent bf64c091cc
commit 80dfeb1293
5 changed files with 69 additions and 10 deletions

View File

@@ -10,3 +10,23 @@ header h2 {
font-weight: 700;
text-decoration: none;
}
html.dark .bg-light {
background-color: rgba(59,59,59,1) !important;
}
html.dark a {
color: #e1e1e1
}
a {
color: #212529
}
html.dark .nav-link {
color: #e1e1e1
}
.nav-link {
color: #212529
}