QOL improvements #1

Merged
raul merged 8 commits from testing into main 2024-05-02 08:16:58 +02:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit 16d0d14c9b - Show all commits

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%;
} }