Files
Ultrachromic/cardindicator_1.css
Casper Talvio 9df9a36704 WIP Fields
2021-05-31 00:54:29 +03:00

13 lines
244 B
CSS

/*Card indicators style normal*/
.countIndicator {
background: rgba(var(--indicator),0.4);
box-shadow: none;
}
.playedIndicator, .innerCardFooter {
background: rgba(0,0,0,0.4)
box-shadow: none;
}
.innerCardFooter {
margin: .5em;
}