Modify progress bar background color

This commit is contained in:
raul 2024-05-02 07:58:52 +02:00
parent c3585f37eb
commit 16d0d14c9b
1 changed files with 12 additions and 0 deletions

View File

@ -54,6 +54,18 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
progress::-moz-progress-bar {
background-color: #ff6e00;
}
progress::-webkit-progress-value {
background-color: #ff6e00;
}
progress {
color: #ff6e00;
}
footer { footer {
top: 100%; top: 100%;
} }