From 51c2f84ae61cef792e8d8deea7667f6c74110d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 19 Apr 2021 13:29:37 +0200 Subject: [PATCH] Added new rules for code ul. --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 476c735..90caaee 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,16 @@ ul { margin-top: 5px; } +ul.code { + padding-left: 10px; +} + +ul.code li { + font-family: monospace; + font-size: 16px; + list-style-type: none; +} + ol.refs { padding-left: 5px; }