diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-22 20:51:25 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-22 20:51:25 +0200 |
commit | bde4d5721e9e3d2d1749ac7e012206828c072d07 (patch) | |
tree | a624573d52295a3d698ef3db9bdd6982d40812fd | |
parent | 05b071b320c9856683419d328e84f4d843e6c968 (diff) |
themepicker css bug fix
-rw-r--r-- | styles/themepicker.css | 4 |
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; |