Use Material icons for dark/light toggle and simplify download flows

This commit is contained in:
Ryan
2025-04-25 20:40:00 -04:00
committed by GitHub
parent ebc32ea965
commit 0645a3712a
6 changed files with 208 additions and 189 deletions

View File

@@ -80,6 +80,9 @@ body.dark-mode .header-container {
background-color: #1f1f1f;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
#darkModeIcon {
color: #fff;
}
.header-logo {
max-height: 50px;