Fix Font (Hopefully)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2024-01-06 17:25:16 +01:00
Ursprung ce27973c68
Commit c4d44ca4fa
3 geänderte Dateien mit 3 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -41,5 +41,7 @@ const iconImage = await getImage({src: icon, height: 32, width: 32, format: "png
<style> <style>
body { body {
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 400;
} }
</style> </style>

Datei anzeigen

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

Datei anzeigen

@ -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 dark:bg-zinc-900 dark:border-gray-800 dark:text-gray-100
hover:scale-105; hover:scale-105;
>h1 { >h1 {
@apply text-xl font-bold underline mt-4; @apply text-xl font-bold mt-4;
} }
>p { >p {
@apply mt-4; @apply mt-4;