Files
Ultrachromic/cornerindicator/indicator_light.css
2021-08-01 13:53:18 +03:00

8 lines
146 B
CSS

/*Flip indicator colors*/
.countIndicator {
background: rgba(var(--accent),0.8);
}
.playedIndicator {
background: rgba(255, 255, 255, 0.3);
}