From 4bd80671b5794c796d1eefb3de6e277c127451c8 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 9 Jun 2021 15:12:43 +0900 Subject: [PATCH] Add: Activity Stream - Darkmode Case --- userContent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index a155e81..8941351 100644 --- a/userContent.css +++ b/userContent.css @@ -3,7 +3,8 @@ /** Activity Stream - Search Focus Border: like URL ***********************/ /* At DarkMode, Color */ body[style*="--newtab-background-color:rgba(28, 27, 34, 1);"], - body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"] { + body[style*="--newtab-background-color:rgba(42, 42, 46, 1);"], + body[style*="--newtab-background-color: rgba(42, 42, 46, 1);"] { /* inner */ --newtab-focus-border: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */ --newtab-focus-border-selected: rgba(0, 221, 255, 0.5) !important; /* Original: #B5D3FF */