From 9102e5249ce2b6655f055f13ae27519b6b3b45aa Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Thu, 5 May 2022 06:37:22 +0000 Subject: [PATCH] Update popup.css --- src/css/popup.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index b46ffcb..11f5358 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -141,7 +141,7 @@ body { --icon-button-size: calc(calc(var(--block-line-separation-size) * 2) + 1.66rem); /* 20px */ --inactive-opacity: 0.3; --overflow-size: 1px; - --icon-fit: 8; + --icon-fit: 9; background: var(--bgColor); margin-block: 0; @@ -254,6 +254,11 @@ table { --identity-icon-color: #af51f5; } +[data-identity-color="black"] { + --identity-tab-color: #000000; + --identity-icon-color: #000000; +} + [data-identity-icon="fingerprint"] { --identity-icon: url("/img/usercontext.svg#fingerprint"); }