Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

View File

@@ -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);
}