From cd931d0f1dd850a897d820140155f27ce4aa7ca7 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 4 Dec 2023 03:16:26 +0100 Subject: Add link over my pseudo --- src/css/_sommaire.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/css') diff --git a/src/css/_sommaire.scss b/src/css/_sommaire.scss index 030cf9e..4d4fa0e 100755 --- a/src/css/_sommaire.scss +++ b/src/css/_sommaire.scss @@ -38,6 +38,16 @@ } filter: none; } + #ache a { + text-decoration: none; + color: inherit; + &:hover { + text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4); + text-decoration: underline royalblue 10%; + text-undefline-offset: 5px; + } + text-shadow: none; + } #desc_intro { text-shadow: 0 1px 0 #DDD; } @@ -64,6 +74,16 @@ } filter: invert(1); } + #ache a { + text-decoration: none; + color: inherit; + &:hover { + text-shadow: 0px 2px 8px rgba(255, 255, 255, 0.9); + text-decoration: underline goldenrod 10%; + text-underline-offset: 5px; + } + text-shadow: none; + } #desc_intro { text-shadow: 2px 4px 0 #333; } -- cgit v1.2.3