diff options
Diffstat (limited to 'core/css/server.css')
-rw-r--r-- | core/css/server.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/server.css b/core/css/server.css index 6c374aea831..d7a9f21da58 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -4964,6 +4964,7 @@ kbd { #body-public .header-right #header-secondary-action #header-actions-toggle { background-color: transparent; border-color: transparent; + filter: var(--background-invert-if-dark); } #body-public .header-right #header-secondary-action #header-actions-toggle:hover, #body-public .header-right #header-secondary-action #header-actions-toggle:focus, #body-public .header-right #header-secondary-action #header-actions-toggle:active { opacity: 1; |