mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
add: comment info. explaining the !important.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user