From 48ce98fd02ff3672fc9c0f4b50c5bd0a6d4c9e17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:38:53 +0200 Subject: [PATCH] More diffuse shadow --- homepage/static/dark-style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index e0c60fe..d05b95d 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(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .modal { @@ -209,7 +209,7 @@ button:hover { width:175px; display:initial !important; margin-left: 60px; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .topnav form { @@ -244,7 +244,7 @@ button:hover { .topnav .icon { display: none; color: #f5f5f5; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .overview th { @@ -565,13 +565,13 @@ button:hover { } .banner img { display: none; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .logo img { display: block; width: 60px; height: 60px; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .topnav.responsive {position: relative;} .topnav.responsive button { @@ -605,7 +605,7 @@ button:hover { } .banner img { display: none; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .stream { float: right; @@ -616,7 +616,7 @@ button:hover { display: block; width: 60px; height: 60px; - filter: drop-shadow(3px 3px 12px rgba(255, 255, 255, 0.6)); + filter: drop-shadow(3px 3px 20px rgba(255, 255, 255, 0.6)); } .play table,.overview table,.stats table { width: 100%;