From a1e21546c8833e91cc4fa4a29fad573f77b17619 Mon Sep 17 00:00:00 2001 From: Philly Cai Date: Sun, 29 Jun 2025 23:47:23 +0800 Subject: [PATCH] fix: align with Firefox UI styles & improve accessibility (#9221) --- src/zen/common/styles/zen-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-theme.css b/src/zen/common/styles/zen-theme.css index a78b5b31..b13b73ee 100644 --- a/src/zen/common/styles/zen-theme.css +++ b/src/zen/common/styles/zen-theme.css @@ -84,7 +84,7 @@ --button-bgcolor: var(--in-content-button-background) !important; --button-hover-bgcolor: var(--in-content-button-background-hover) !important; --button-hover-color: var(--in-content-button-text-color-hover) !important; - --focus-outline-color: var(--button-bgcolor) !important; + --focus-outline-color: var(--color-accent-primary) !important; --toolbarbutton-icon-fill-attention: var(--zen-primary-color) !important; --toolbarbutton-icon-fill: currentColor !important;