diff --git a/src/theme.scss b/src/theme.scss index bd847b1a8..ba5c03d59 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -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; } }