Some more background fixes
This commit is contained in:
+13
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user