From bbf06713698b8095fa03a61a5a2328d7d744e1f1 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 20 Jul 2022 09:45:03 +0900 Subject: [PATCH] Fix: Compatibility - Build #433 --- css/leptonChrome.css | 2 +- css/leptonContent.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/leptonChrome.css b/css/leptonChrome.css index 0c988fb..6b2bfc5 100644 --- a/css/leptonChrome.css +++ b/css/leptonChrome.css @@ -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; } } diff --git a/css/leptonContent.css b/css/leptonContent.css index 30cd564..cfe66b4 100644 --- a/css/leptonContent.css +++ b/css/leptonContent.css @@ -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; } }