From 50d174a03ed75b05385c59ba2a94bd18e54eb650 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 2 Jun 2022 12:26:16 +0200 Subject: [PATCH] Some more background fixes --- src/theme.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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; } }