dev: removed possibly redundant !important tag
This commit is contained in:
parent
0d402116bb
commit
41f65a03a7
1 changed files with 1 additions and 1 deletions
|
|
@ -982,7 +982,7 @@ progress+span {
|
|||
|
||||
.defaultCardBackground,
|
||||
.cardScalable {
|
||||
background: var(--cardBackgroundGradient) !important;
|
||||
background: var(--cardBackgroundGradient);
|
||||
}
|
||||
|
||||
.listItemImage {
|
||||
|
|
|
|||
Loading…
Reference in a new issue