Add ability to populate the content area in the page with a markdown file
This commit is contained in:
@@ -407,3 +407,12 @@ header h1 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Tailwind sets list styles to none. I don't know why. */
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user