Dieser Commit ist enthalten in:
Ursprung
ce27973c68
Commit
c4d44ca4fa
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren