From 5516d7e3cd9e4b4f9c2fe4e62930ccffd0b6b8cf Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 10 Jul 2023 23:29:16 -0500 Subject: [PATCH] Fixed: Fade out on hover of collection movies in dark mode --- frontend/src/Collection/Overview/CollectionMovie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Collection/Overview/CollectionMovie.css b/frontend/src/Collection/Overview/CollectionMovie.css index 8a73bac2c..46a460c09 100644 --- a/frontend/src/Collection/Overview/CollectionMovie.css +++ b/frontend/src/Collection/Overview/CollectionMovie.css @@ -102,7 +102,7 @@ $hoverScale: 1.05; position: relative; display: block; - background-color: var(--defaultColor); + background-color: var(--black); } .monitorToggleButton {