Fix Font (For real now)

This commit is contained in:
2024-01-06 17:30:53 +01:00
parent e2ec2229b0
commit 6cff2bd7ec
2 changed files with 4 additions and 1 deletions

View File

@@ -142,6 +142,9 @@ customElements.define("nav-bar", Navbar);
>h1 {
@apply text-xl font-bold text-gray-100;
}
>a {
@apply hover:underline;
}
}
.scrolled {