From 893b37cbb71ee5a4384ace0c5e80ae47fac6e1a5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 31 May 2022 13:11:58 +0200 Subject: [PATCH] And more darkmode background fixes --- src/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index 8de207ab9..7510eddf0 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -2113,6 +2113,11 @@ tag-input { .appstore-item-content { background-color: $backgroundDark; + + &:hover { + background-color: rgba(0, 0, 0, 0.73) !important; + color: white !important; + } } .modal-header {