change color of progress bar to dark

This commit is contained in:
simon 2022-02-25 10:51:37 +07:00
parent 99c97a703f
commit 060f0d575e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ button:hover {
.video-progress-bar {
position: absolute;
background-color: var(--accent-font-light);
background-color: var(--accent-font-dark);
height: 7px;
left: 0;
bottom: 3px;