feat(skin): add --media-color-primary customization (#957)

This commit is contained in:
Sam Potts
2026-03-16 10:47:13 +11:00
committed by GitHub
parent 177bd26c1f
commit 0e9f5376e1
12 changed files with 47 additions and 29 deletions
+1 -2
View File
@@ -59,8 +59,7 @@
bottom: 0.75rem;
inset-inline: 0.75rem;
z-index: 10;
color: oklch(1 0 0);
color: var(--media-color-primary, oklch(1 0 0));
will-change: scale, transform, filter, opacity;
transition-timing-function: ease-out;
transform-origin: bottom;