This commit is contained in:
deads
2026-06-14 21:18:09 +02:00
parent 1073ef5389
commit 73b1867249
21 changed files with 1547 additions and 0 deletions
@@ -0,0 +1,19 @@
/*Card indicators style normal*/
.innerCardFooter {
margin: .5em;
}
.countIndicator {
background: rgba(var(--indicator),0.8);
box-shadow: none;
}
.playedIndicator, .innerCardFooter {
background: rgba(0,0,0,0.4);
box-shadow: none;
}
.mediaSourceIndicator {
background: rgba(0,0,0,0.4);
box-shadow: none;
border-radius: var(--rounding);
}