Some more background fixes

This commit is contained in:
Johannes Zellner
2022-06-02 12:26:16 +02:00
parent a05161b7a2
commit 50d174a03e
+13 -2
View File
@@ -1932,6 +1932,13 @@ tag-input {
color: white;
}
.modal-content {
h1, h2, h3 {
filter: none;
color: $text_dark;
}
}
.card {
background-color: #ffffffe3;
border-radius: 2px;
@@ -1984,6 +1991,10 @@ tag-input {
}
}
.highlight:hover {
background-color: #ffffffe3 !important;
}
.app-status-container {
filter: drop-shadow(0 0 0.5px black);
color: white;
@@ -2125,8 +2136,8 @@ tag-input {
.appstore-item-content {
background-color: $backgroundDark;
&:hover {
background-color: rgba(0, 0, 0, 0.73) !important;
&.highlight:hover {
background-color: #4545459c !important;
color: white !important;
}
}