Add okay styles to edit part page

This commit is contained in:
Kurt Hutten
2020-10-17 06:01:22 +11:00
parent d60dab91d3
commit b28d1677af
5 changed files with 49 additions and 48 deletions

View File

@@ -12,6 +12,25 @@
* END --- TAILWIND GENERATOR EDIT
*/
.markdown-overrides h4 {
@apply text-lg font-bold;
}
.markdown-overrides h3 {
@apply text-xl;
}
.markdown-overrides h2 {
@apply text-2xl;
}
.markdown-overrides h1 {
@apply text-3xl;
}
.markdown-overrides ol {
@apply list-decimal;
}
.markdown-overrides ul {
@apply list-disc;
}
body {
/* TODO can I use a tailwind class here? */
background-color: #4a5568;