chore: add animation on header

This commit is contained in:
2025-12-05 17:36:33 +01:00
parent 237e44624a
commit fb9d5ba632
6 changed files with 103 additions and 10 deletions

View File

@@ -16,8 +16,12 @@
--breakpoint-2xl: 1400px;
}
html, body, p {
html, body, p, a {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', sans-serif;
}
a {
text-decoration: none;
}
</style>