radial-menu icon indicating copy to clipboard operation
radial-menu copied to clipboard

Custom CSS

Open tenkaibr opened this issue 2 years ago • 0 comments

How about creating a custom css? Sometimes we don't want it to follow the theme color...

  .circle ha-icon:hover {
       color: var(--accent-color);
     }

     .circle state-badge:hover {
       background-color: var(--secondary-background-color);
     }

tenkaibr avatar Mar 10 '22 22:03 tenkaibr