refactor: use css variable for player segment color

This commit is contained in:
2026-06-12 11:38:03 +02:00
parent ab9d585a1f
commit c509144b30
2 changed files with 5 additions and 6 deletions

View File

@@ -45,6 +45,7 @@
--scrollbar-track: light-dark(rgba(0, 0, 0, 0.04), rgba(244, 241, 234, 0.05));
--scrollbar-thumb: light-dark(rgba(0, 0, 0, 0.16), rgba(244, 241, 234, 0.22));
--scrollbar-thumb-hover: light-dark(rgba(0, 0, 0, 0.26), rgba(244, 241, 234, 0.32));
--player-segment: #0ea5e9;
}
html[data-theme="light"] {