Add theme colors for card placeholders

This commit is contained in:
MrTimscampi 2020-05-02 19:40:04 +02:00
parent b088ae8428
commit 90c971afa9
7 changed files with 23 additions and 4 deletions

View file

@ -122,8 +122,8 @@ html {
}
.paperList,
.visualCardBox {
background-color: #fff;
.visualCardBox,
.cardContent:not(.defaultCardBackground) {
background-color: rgba(0, 0, 0, 0.1);
}