mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(skin): add --media-color-primary customization (#957)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user