From 1fdd416f80d9e73ee9dcc8a8b1c9231fcc25fb6b Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:07:24 +0800 Subject: [PATCH] add progressbar for the popup --- styles/popup.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/styles/popup.css b/styles/popup.css index ea2fb41..f8d444b 100644 --- a/styles/popup.css +++ b/styles/popup.css @@ -1,3 +1,14 @@ #summary { - font-weight: bold; -} \ No newline at end of file + font-weight: bold; +} + + + +#score { + background-color: #88888888; + height: 2px; +} + +#score::-webkit-progress-value { + background-color: #ffF; +}