UX: Color fixes (#40)

This commit is contained in:
Jordan Vidrine
2025-03-11 16:29:35 -05:00
committed by GitHub
parent 09ef1d2a14
commit f4d5b3b97e
7 changed files with 64 additions and 8 deletions
+10
View File
@@ -81,3 +81,13 @@
.menu-panel .panel-body-bottom .btn:hover {
background-color: var(--d-content-background);
}
body.login-page,
body.signup-page,
body.invite-page,
body.password-reset-page,
body.activate-account-page {
.d-header {
background: var(--background-color);
}
}