add progressbar for the popup

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 17:07:24 +08:00
parent 608a13a878
commit 1fdd416f80

View file

@ -1,3 +1,14 @@
#summary { #summary {
font-weight: bold; font-weight: bold;
} }
#score {
background-color: #88888888;
height: 2px;
}
#score::-webkit-progress-value {
background-color: #ffF;
}