UX: Adjust icon colors (#108)

This commit is contained in:
Jordan Vidrine
2025-04-02 10:50:37 -05:00
committed by GitHub
parent 759fd0b218
commit d0078cdd3e
2 changed files with 7 additions and 9 deletions
+5
View File
@@ -46,6 +46,11 @@ html {
oklch(from #{$tertiary} calc(l * 1.2) c h)
) !important;
--d-nav-color--hover: light-dark(
oklch(from #{$tertiary} l c h),
oklch(from #{$tertiary} calc(l * 1.2) c h)
) !important;
--link-color: light-dark(
oklch(from #{$tertiary} l c h),
oklch(from #{$tertiary} calc(l * 0.95) c h)
+2 -9
View File
@@ -44,7 +44,8 @@
.d-header-icons
.header-color-scheme-toggle
.-expanded
> .d-icon {
> .d-icon,
.discourse-no-touch .header-sidebar-toggle button:hover .d-icon {
color: var(--header_primary-medium);
}
@@ -73,14 +74,6 @@
color: var(--accent-text-color);
}
.user-menu .quick-access-panel li,
.user-notifications-list li,
.user-menu .quick-access-panel li.do-not-disturb,
.menu-panel .panel-body-bottom .btn,
.menu-panel .panel-body-bottom .btn:hover {
// background-color: var(--d-content-background);
}
body.login-page,
body.signup-page,
body.invite-page,