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 {
display: inline-block;
color: var(--black);
text-decoration-thickness: 0.3ex;
text-underline-offset: 0.3ex;
}
a:hover {
transform: translate(-4px, -4px);
}
nav {
position: sticky;
top: 0;