diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index d40a638..726ddb0 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -43,7 +43,7 @@ background-color: #630; padding: .5em 1em; } -.thing { +.sectionless .thing { font-size: 1.5em; } @@ -81,6 +81,15 @@ color: red; ol, ul { background-color: #303; } +ol { +list-style: decimal; +} +ul { +list-style: disc; +} +li { +margin-block: .25em; +} a { color: inherit; diff --git a/rtfd/public/html/index.html b/rtfd/public/html/index.html index 0589ee4..b935693 100644 --- a/rtfd/public/html/index.html +++ b/rtfd/public/html/index.html @@ -35,7 +35,7 @@
-

Another Heading

+

Another Heading