summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-12-04 03:16:26 +0100
committerache <ache@ache.one>2023-12-04 03:16:26 +0100
commitcd931d0f1dd850a897d820140155f27ce4aa7ca7 (patch)
tree736476d55c704914fc5ede58ecc5145c15244f87 /src
parentCorrige le comportement des tags sur petits écrans (diff)
Add link over my pseudo
Diffstat (limited to 'src')
-rwxr-xr-xsrc/css/_sommaire.scss20
-rw-r--r--src/templates/left.tmpl2
2 files changed, 21 insertions, 1 deletions
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 @@
<a href="/{{ lang }}/" class="button">
{{{ svg.ache }}}
</a>
- <h2> Ache </h2>
+ <h2 id="ache"><a href="/{{ lang}}/">Ache</a></h2>
<div id="desc"><div id="desc_intro">{{{ intro.description }}}<br><span class="about">{{{ intro.about }}}</span></div><br><span class="about">{{{ intro.about_tags }}}</span><br></div>
<nav>
<ul>