From a462193897cf544c2ab543443b7bcaa0971ca9da Mon Sep 17 00:00:00 2001 From: "97_4.2" <115770877+97-42@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:51:47 +0800 Subject: [PATCH] Update info.css Changed refresh rate for custom url button Changed font for something --- src/popup/info.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/popup/info.css b/src/popup/info.css index ecedbc6f..cc768952 100644 --- a/src/popup/info.css +++ b/src/popup/info.css @@ -232,7 +232,7 @@ p { .notification::before { width: 16px; height: 16px; - font: 10px/16px Helvetica; + font: 10px/16px Fantasy; word-spacing: 26px; } .notification:checked:before { @@ -389,7 +389,7 @@ p { display: flex; align-items: center; justify-content: center; - transition: 300ms; + transition: 30ms; } .custom-shortcuts-buttons:hover { background: #161616; @@ -488,4 +488,4 @@ p { } .domain-container-button:active { background: #19b34d; -} \ No newline at end of file +}