change nav and footer links hover behavior

This commit is contained in:
vincent-peugnet 2025-11-11 15:17:46 +01:00
parent 9f9724cbb8
commit 6429c6a575

View File

@ -50,13 +50,14 @@ nav, footer, aside {
nav a, footer a, aside a { nav a, footer a, aside a {
font-family: Dymo; font-family: Dymo;
font-size: 3em; font-size: 3em;
display: inline-block;
} }
nav a.current { nav a.current {
text-decoration: underline #00000042; text-decoration: underline 3px;
} }
nav a:hover { footer a:hover, nav a:hover {
text-decoration: underline #000000; transform: rotate(-2deg);
} }