From 060f0d575e473813d122506627686683f251e599 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 25 Feb 2022 10:51:37 +0700 Subject: [PATCH] change color of progress bar to dark --- tubearchivist/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 10b219b..22e1b2e 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -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;