feat(dashboard): add markdown headers and lists

This commit is contained in:
Jake Fulmine 2023-08-13 17:59:10 +02:00
parent 03cb3cc48e
commit 456d33756d
3 changed files with 18 additions and 3 deletions

View file

@ -203,4 +203,19 @@ img.emoji {
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.card-body h1 {
font-size: 1.5em;
font-weight: bold;
}
.card-body h2 {
font-size: 1.25em;
font-weight: bold;
}
.card-body h3 {
font-size: 1.125em;
font-weight: bold;
}