Update css post + Add languages for highlight.min.js + Add mermaid

This commit is contained in:
Florian RICHER 2023-12-07 18:40:53 +01:00
parent a31fa68e84
commit 9aa0c5a929
5 changed files with 2095 additions and 8 deletions

View file

@ -4,27 +4,43 @@
@apply min-h-screen py-5;
& h1 {
@apply font-bold text-3xl;
@apply text-5xl;
}
& h2 {
@apply font-bold text-2xl;
@apply text-4xl;
}
& h3 {
@apply font-bold text-xl;
@apply text-3xl;
}
& h4 {
@apply font-bold text-lg;
@apply text-2xl;
}
& h5 {
@apply font-bold text-base;
@apply text-xl;
}
& h6 {
@apply font-bold text-sm;
@apply text-lg;
}
& h1, & h2, & h3, & h4, & h5, & h6 {
@apply my-5 font-bold;
}
& p {
@apply text-base my-2;
}
& ul li {
@apply list-disc list-inside;
}
& ol li {
@apply list-decimal list-inside;
}
}