8 lines
146 B
CSS
8 lines
146 B
CSS
/*Flip indicator colors*/
|
|
|
|
.countIndicator {
|
|
background: rgba(var(--accent),0.8);
|
|
}
|
|
.playedIndicator {
|
|
background: rgba(255, 255, 255, 0.3);
|
|
} |