aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/themepicker.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/themepicker.css b/styles/themepicker.css
index 4bac49d..eae00af 100644
--- a/styles/themepicker.css
+++ b/styles/themepicker.css
@@ -3,11 +3,11 @@
}
.themeCard {
- background-color: var(--bg);
+ background-color: var(--bg) !important;
border-width: 2px;
border-style: solid;
border-color: var(--fg);
- text-align: left;
+ text-align: left !important;
transition-duration: .1s;
transition-property: transform, box-shadow;