add default progressbar appearance

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 17:06:47 +08:00
parent 1627cbbf3b
commit 608a13a878

View file

@ -41,3 +41,12 @@ nav .input-field input[type="search"], textarea {
background-color: transparent !important;
background: none !important;
}
progress {
background-color: #88888888;
height: 2px;
}
progress::-webkit-progress-value {
background-color: white;
}