Fix: Compatibility - Build #433

This commit is contained in:
alstjr7375 2022-07-20 09:45:03 +09:00
parent 56a88a5ab4
commit bbf0671369
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}
}

View file

@ -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;
}
}