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 {