Somehow did the first page

This commit is contained in:
schnulller
2022-06-16 21:47:57 +02:00
parent 25e032be63
commit 078c4b75b8
13 changed files with 347 additions and 74 deletions

View File

@@ -5,11 +5,11 @@
}
.ha-static h3 {
@apply text-hamannHighlight dark:text-white dark:font-bold
@apply text-hamannSlate-900 dark:text-white dark:font-bold
}
.ha-static table th {
@apply text-hamannHighlight dark:text-white dark:font-bold
@apply text-hamannSlate-900 dark:text-white dark:font-bold
}
.ha-static table tr:nth-child(even) {
@@ -22,7 +22,7 @@
}
.ha-static h1 {
@apply font-bold text-xl desktop:font-normal desktop:text-4xl mb-9
@apply font-bold text-2xl desktop:font-normal desktop:text-5xl mb-9 unhyphenate
}
.ha-static h2 {
@@ -30,7 +30,7 @@
}
.ha-static h3 {
@apply mt-4 mb-2
@apply mt-4 mb-2 font-bold
}
.ha-static table {
@@ -38,7 +38,7 @@
}
.ha-static table th {
@apply pl-2 pr-2 desktop:pr-4 text-left font-normal
@apply pl-2 pr-2 desktop:pr-4 text-left font-bold
}
.ha-static table tr td {