mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
change color of progress bar to dark
This commit is contained in:
parent
99c97a703f
commit
060f0d575e
@ -393,7 +393,7 @@ button:hover {
|
|||||||
|
|
||||||
.video-progress-bar {
|
.video-progress-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--accent-font-light);
|
background-color: var(--accent-font-dark);
|
||||||
height: 7px;
|
height: 7px;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
|
Loading…
Reference in New Issue
Block a user