From 4cece9014a84387c4da918fe4481e8dc3c408963 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:52:13 +0200 Subject: [PATCH] Avoid logo halo --- homepage/static/dark-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 87441f7..65b19d6 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -156,7 +156,7 @@ button:hover { left: 0; padding: 10px; opacity: 0.7; - filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.6)); + filter: none !important; } .modal {