Add theme colors for card placeholders
This commit is contained in:
parent
b088ae8428
commit
90c971afa9
7 changed files with 23 additions and 4 deletions
|
@ -122,8 +122,8 @@ html {
|
|||
}
|
||||
|
||||
.paperList,
|
||||
.visualCardBox {
|
||||
background-color: #fff;
|
||||
.visualCardBox,
|
||||
.cardContent:not(.defaultCardBackground) {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue