mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
13 lines
244 B
CSS
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;
|
|
} |