summaryrefslogtreecommitdiff
path: root/web/css/theme.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-02 22:27:05 +0300
committerPaul Buetow <paul@buetow.org>2026-05-02 22:27:05 +0300
commit7c72b818a4ec87e4895eb6fff28b8869ef9f4615 (patch)
treeef5cdb8d9109beb7150de3bdde08c056863d4332 /web/css/theme.css
parente391bea837f9740aa8b303dedb6f87c09abd4201 (diff)
show buffered media progress
Diffstat (limited to 'web/css/theme.css')
-rw-r--r--web/css/theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/css/theme.css b/web/css/theme.css
index 685ffe1..2649dea 100644
--- a/web/css/theme.css
+++ b/web/css/theme.css
@@ -35,6 +35,7 @@
--player-bg: #0b0d12;
--player-stage-bg: #000;
--player-progress-bg: #2e3546;
+ --player-progress-buffered: #4a5367;
--player-progress-fill: #5e9eff;
--player-thumb: #7cb2ff;
--overlay-dim: rgba(0,0,0,0.35);
@@ -98,6 +99,7 @@
--player-bg: #0b0d12;
--player-stage-bg: #000;
--player-progress-bg: #d6dae4;
+ --player-progress-buffered: #aab4c4;
--player-progress-fill: #2b6cb0;
--player-thumb: #1a5490;
--overlay-dim: rgba(0,0,0,0.35);