From 42a9115088348d6a95c9535d92b8e2af7fc3729a Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 14:33:49 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 3103962e..03c4d7ca 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -65,14 +65,17 @@ a:hover { padding: 1em 0; } +.athena-link:hover { + box-shadow: 0 0 15px rgba(255, 255, 255, 0); +} + .athena { height: 7em; border-radius: 3.5em; } -.athena-link { - height: 7em; - border-radius: 3.5em; +.athena:hover { + box-shadow: 0 0 15px rgba(255, 255, 255, 0.322); } .main-title {