minor / styling

This commit is contained in:
2025-07-24 16:09:14 -04:00
parent d6a8b82349
commit 3d35b0a327
4 changed files with 15 additions and 3 deletions

View File

@@ -243,3 +243,10 @@ Custom
overscroll-behavior: contain;
}
.d-dark > * {
background-color: rgba(35, 35, 35, 0.9) !important;
color: #ffffff;
}
.d-light > * {
background-color: rgba(255, 255, 255, 0.9) !important;
}