From 8c64341679194d6683c301b1cd2f92d324c5fe92 Mon Sep 17 00:00:00 2001 From: ghostnetic <43282802+ghostnetic@users.noreply.github.com> Date: Mon, 1 May 2023 08:01:49 -0400 Subject: [PATCH] Update popup.css --- popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.css b/popup.css index ef8433b..39b3a9b 100644 --- a/popup.css +++ b/popup.css @@ -58,8 +58,8 @@ button { display: block; width: 100%; padding: 12px; - font-size: 17px; - font-weight: 500; + font-size: 16px; + font-weight: 600; color: #171e26; background-image: radial-gradient(circle, #4a8fd4 0%, #2164a3 100%); border: none;