UX: more dark mode adjustments (#13)

This commit is contained in:
Kris
2025-03-04 19:07:52 -05:00
committed by GitHub
parent 257032dc01
commit b6d11ddb9b
5 changed files with 40 additions and 14 deletions
+21
View File
@@ -2,3 +2,24 @@
box-shadow: none;
background: var(--tertiary-50);
}
.user-menu .quick-access-panel,
.user-notifications-list {
li {
&.pending,
&.unread {
background: var(--d-hover);
.discourse-no-touch & {
&:hover,
&:focus {
background: var(--d-selected);
}
}
}
}
}
.user-menu.revamped .tabs-list .btn.active {
background: var(--d-hover);
}