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 ++++++++++++++++++++ src/templates/left.tmpl | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) (limited to 'src') 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; } diff --git a/src/templates/left.tmpl b/src/templates/left.tmpl index c8a4bb7..80126de 100644 --- a/src/templates/left.tmpl +++ b/src/templates/left.tmpl @@ -5,7 +5,7 @@ {{{ svg.ache }}} -

Ache

+

Ache

{{{ intro.description }}}
{{{ intro.about }}}

{{{ intro.about_tags }}}