New: Updated the card placeholder icon color

This commit is contained in:
lscambo13
2025-09-09 09:09:29 -07:00
parent 309abc2dc3
commit 5994dde7a1

View File

@@ -201,6 +201,10 @@ html {
color: var(--borderColor);
}
.cardPadder .cardImageIcon {
color: var(--selectorBackgroundColorAlpha);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: white !important;