mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Fix floating indicator colors
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/*Card indicators style normal*/
|
||||
.innerCardFooter {
|
||||
margin: .5em;
|
||||
}
|
||||
|
||||
.countIndicator {
|
||||
background: rgba(var(--indicator),0.4);
|
||||
background: rgba(var(--indicator),0.8);
|
||||
box-shadow: none;
|
||||
}
|
||||
.playedIndicator, .innerCardFooter {
|
||||
background: rgba(0,0,0,0.4)
|
||||
background: rgba(0,0,0,0.4);
|
||||
box-shadow: none;
|
||||
}
|
||||
.innerCardFooter {
|
||||
margin: .5em;
|
||||
}
|
||||
Reference in New Issue
Block a user