diff --git a/app/assets/stylesheets/main.css b/app/assets/stylesheets/main.css index c0b2665..355b0cd 100644 --- a/app/assets/stylesheets/main.css +++ b/app/assets/stylesheets/main.css @@ -18,6 +18,18 @@ body { background-color: var(--background-color); } +strong { + font-weight: bold; +} + +em { + font-style: italic; +} + +ol { + list-style-type: decimal; +} + h1, h2, h3, h4, h5, h6, h7 { font-weight: bold; padding: .5em 0;