Fix Font (Hopefully)

This commit is contained in:
2024-01-06 17:25:16 +01:00
parent ce27973c68
commit c4d44ca4fa
3 changed files with 3 additions and 4 deletions

View File

@ -164,7 +164,7 @@ function mapMap<T, K, J>(i: Map<T, K>, fn: (key: T, value: K) => J): J[] {
dark:bg-zinc-900 dark:border-gray-800 dark:text-gray-100
hover:scale-105;
>h1 {
@apply text-xl font-bold underline mt-4;
@apply text-xl font-bold mt-4;
}
>p {
@apply mt-4;