CSS Startseite

This commit is contained in:
Simon Martens
2025-01-13 16:00:26 +01:00
parent 54ce05a67c
commit 5c54b51050
3 changed files with 40 additions and 23 deletions

View File

@@ -18,7 +18,7 @@
h2,
h3,
h4 {
@apply font-serif;
@apply font-serif font-bold;
}
a {
@@ -36,4 +36,8 @@
a[aria-current="page"] {
@apply !text-red-500;
}
.font-variant-small-caps {
font-variant-caps: small-caps;
}
}