dev: removed possibly redundant !important tag

This commit is contained in:
lscambo13
2025-01-18 13:32:04 -08:00
parent 0d402116bb
commit 41f65a03a7

View File

@@ -982,7 +982,7 @@ progress+span {
.defaultCardBackground, .defaultCardBackground,
.cardScalable { .cardScalable {
background: var(--cardBackgroundGradient) !important; background: var(--cardBackgroundGradient);
} }
.listItemImage { .listItemImage {