Merge pull request #224 from IBCornelsen/Jens

Update Text, Widget
This commit is contained in:
Jens Cornelsen
2024-12-17 00:38:17 +01:00
committed by GitHub
9 changed files with 246 additions and 86 deletions

View File

@@ -73,10 +73,15 @@ article {
hr {@apply mb-4 mt-4;}
h1 {@apply text-4xl font-normal mb-2;}
h2 {@apply text-2xl font-normal mb-2;}
h3 {@apply text-xl font-normal mb-2;}
h2{@apply text-2xl font-normal mb-2;}
h3 {@apply text-xl font-normal ml-1;}
a {@apply text-blue-700 font-medium text-lg;}
p {@apply text-lg font-normal mb-2;}
li {@apply text-lg font-normal list-disc}
ul {@apply list-inside mb-3;}
span {@apply text-secondary font-bold;}
}