Update plugins/media-bar.css

This commit is contained in:
2026-07-28 04:06:17 -06:00
parent ab7256445e
commit 2a218b0185

View File

@@ -1,3 +1,12 @@
:root {
/* Primary accent colour — used for highlights, active states, progress bars.
Format: R, G, B (no rgb() wrapper) so opacity variants work cleanly. */
--abyss-accent: 245, 245, 247;
/* Corner rounding applied globally */
--abyss-radius: 12px;
}
/* =============== Detail Bar =============== */
.slide.active .button-container {