feat: esteketan hover-a aldatzen du

This commit is contained in:
2026-01-23 19:09:52 +01:00
parent ed1a4a81c7
commit 16e7badbb9
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -124,11 +124,16 @@ header {
} }
a { a {
display: inline-block;
color: var(--black); color: var(--black);
text-decoration-thickness: 0.3ex; text-decoration-thickness: 0.3ex;
text-underline-offset: 0.3ex; text-underline-offset: 0.3ex;
} }
a:hover {
transform: translate(-4px, -4px);
}
nav { nav {
position: sticky; position: sticky;
top: 0; top: 0;