mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: System Default Theme - color scheme typo
This commit is contained in:
parent
26d6796eda
commit
4df471c3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@
|
|||
:root[lwtheme-mozlightdark]:not([lwthemetextcolor="bright"]):not(:-moz-lwtheme) {
|
||||
--lwt-accent-color: var(--win-bgcolor) !important;
|
||||
}
|
||||
@media (toolbar-prefers-color-scheme: dark) {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root[lwt-default-theme-in-dark-mode][lwthemetextcolor="bright"] {
|
||||
--toolbar-bgcolor: var(--win-component-bgcolor) !important; /* Original: rgba(43, 42, 51, 1) */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue