Avoid too much copy and paste in stylesheet

This commit is contained in:
Johannes Zellner
2022-05-31 12:54:46 +02:00
parent fa78f6de76
commit 5b757d46ea
+6 -3
View File
@@ -2169,8 +2169,11 @@ tag-input {
} }
.has-background { .has-background {
$darkBackgroundColor: #000000e0;
.card { .card {
background-color: #000000e3; background-color: $darkBackgroundColor;
border-radius: 2px; border-radius: 2px;
} }
@@ -2183,11 +2186,11 @@ tag-input {
} }
footer { footer {
background-color: #000000e3; background-color: $darkBackgroundColor;
} }
.btn-default { .btn-default {
background-color: #000000cf; background-color: $darkBackgroundColor;
border-color: #868686cf; border-color: #868686cf;
color: white; color: white;