mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Compatibility - Build #433
This commit is contained in:
parent
56a88a5ab4
commit
bbf0671369
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
@supports -moz-bool-pref("userChrome.compatibility.accent_color") {
|
||||
:root {
|
||||
--uc-accent-color: -moz-accent-color;
|
||||
--uc-accent-text-color: AccentColorText;
|
||||
--uc-accent-text-color: -moz-accent-color-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -549,7 +549,7 @@
|
|||
@supports -moz-bool-pref("userChrome.compatibility.accent_color") {
|
||||
:root {
|
||||
--uc-accent-color: -moz-accent-color;
|
||||
--uc-accent-text-color: AccentColorText;
|
||||
--uc-accent-text-color: -moz-accent-color-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue