style: accent color in plyr

This commit is contained in:
freeplay 2023-07-04 12:00:48 -04:00
parent 2a98894891
commit 75cbe78387

View file

@ -178,6 +178,8 @@ onMounted(() => {
position: relative; position: relative;
background: var(--bg); background: var(--bg);
--plyr-color-main: var(--accent);
> .buttons { > .buttons {
display: flex; display: flex;
gap: 4px; gap: 4px;