summaryrefslogtreecommitdiff
path: root/src/css
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/css
parentCorrige le comportement des tags sur petits écrans (diff)
Add link over my pseudo
Diffstat (limited to 'src/css')
-rwxr-xr-xsrc/css/_sommaire.scss20
1 files changed, 20 insertions, 0 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;
}