mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-09 00:10:45 -07:00
Fix: Darkmode detect compatibility
This commit is contained in:
parent
fe34b7b957
commit
1b4eb64a5f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
@media (-moz-proton) {
|
||||
/** Darkmode - Color lighter ************************************************/
|
||||
:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"],
|
||||
:root[style*="--lwt-accent-color:rgb(28, 27, 34); --lwt-text-color:rgba(251, 251, 254);"] {
|
||||
:root[lwtheme-mozlightdark][lwthemetextcolor="bright"] {
|
||||
--toolbar-bgcolor: rgba(43, 42, 51, 5) !important; /* Original: rgba(43, 42, 51, 1) */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue