vue-plyr icon indicating copy to clipboard operation
vue-plyr copied to clipboard

How to override css variables

Open SriNandan33 opened this issue 4 years ago • 7 comments

Hi, I am trying to customize css variables, but they are not reflecting. I tried adding in the :root element

:root {
      --plyr-color-main: red !important;
}

SriNandan33 avatar Jun 24 '20 14:06 SriNandan33