feat(styling): add global styling to all links

This commit is contained in:
Guz
2025-04-07 20:10:45 -03:00
parent 890d7ce4f0
commit 340736a9bf

View File

@@ -68,6 +68,11 @@
p {
margin-top: 1.5rem;
}
a {
text-decoration: underline;
text-underline-offset: 2px;
}
}
@theme {