now working

This commit is contained in:
2023-12-23 17:25:05 +01:00
parent d9070b6ef2
commit 82e08a679b
19 changed files with 248 additions and 99 deletions

View File

@ -9,13 +9,13 @@
@apply text-xl;
}
li {
@apply list-disc text-xl py-1;
@apply list-disc text-xl py-1 ml-8;
}
h1 {
@apply text-3xl border-b-2 dark:border-b-white border-b-gray-400 py-2 font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-300 to-orange-200;
}
h2 {
@apply text-2xl border-b-2 dark:border-b-white border-b-gray-400 py-2 font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-300 to-orange-200;
@apply text-2xl border-b-2 dark:border-b-white border-b-gray-400 py-2 font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-300 to-orange-200 mb-4 mt-4;
}
h3 {
@apply text-2xl bg-white text-right underline py-2 font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-200 to-orange-300 pr-4;
@ -23,6 +23,12 @@
h4 {
@apply text-2xl text-right underline py-2 font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-200 to-orange-300 pr-4;
}
pre {
@apply bg-base-300 border-white border-l-2 my-4 px-2 py-2 pl-4
}
ul {
@apply my-2
}
}
@tailwind components;
@tailwind utilities;