add: comment info. explaining the !important.

This commit is contained in:
Darshan
2025-02-03 13:49:30 +05:30
parent d1d2044ae1
commit 16ba155796
+2
View File
@@ -175,11 +175,13 @@
}
:global(.theme-dark .support-option-card) {
/* override required due to the card's background color */
background: var(--color-bgColor-neutral-default, #19191c) !important;
}
:global(.theme-light .support-option-card) {
border: 1px solid var(--color-border-neutral, #ededf0);
/* override required due to the card's background color */
background: var(--color-bgColor-neutral-default, #fafafb) !important;
}
</style>