From 9a930ee94350e77566e9cccefb13479556d43c71 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 30 Apr 2021 12:30:59 +0900 Subject: [PATCH] Clean: add comment --- userContent.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userContent.css b/userContent.css index 85322f7..a90c0b5 100644 --- a/userContent.css +++ b/userContent.css @@ -7,8 +7,8 @@ --newtab-focus-outline: rgba(0, 221, 255, 0.5) !important; /* #00DDFF * opacity 0.5, Original: rgba(80, 145, 241, 0.5) */ /* inner */ - --newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF */ - --newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF; */ + --newtab-focus-border: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF, Better color-mix(in srgb, #B5D3FF 70%, transparent) */ + --newtab-focus-border-selected: color-mix(in srgb, var(--newtab-background-color) 50%, transparent) !important; /* Original: #B5D3FF */ } /* Activity Stream - Web Site Icon: full size */