Draft project page

This commit is contained in:
Alexis
2025-07-14 15:03:33 +02:00
parent cc980732a1
commit 3e80440afc
9 changed files with 347 additions and 74 deletions

View File

@@ -84,3 +84,17 @@
font-weight: 300;
}
}
@layer base {
.link,
.content a {
color: var(--color-emerald-500);
text-decoration: none;
text-underline-offset: .25rem;
&:hover {
color: var(--color-emerald-300);
text-decoration: underline;
}
}
}