aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-22 20:51:25 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-22 20:51:25 +0200
commitbde4d5721e9e3d2d1749ac7e012206828c072d07 (patch)
treea624573d52295a3d698ef3db9bdd6982d40812fd
parent05b071b320c9856683419d328e84f4d843e6c968 (diff)
themepicker css bug fix
-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;