From bde4d5721e9e3d2d1749ac7e012206828c072d07 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 22 Apr 2021 20:51:25 +0200 Subject: themepicker css bug fix --- styles/themepicker.css | 4 ++-- 1 file 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; -- cgit v1.2.3