From f506ec03cc3db6333c5e0fa6fa150224c5d18bbb Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 21 Apr 2019 08:08:19 +0000 Subject: [PATCH] Link and index page styling --- include/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/style.css b/include/style.css index 952e4d4..1b7a00d 100644 --- a/include/style.css +++ b/include/style.css @@ -20,6 +20,7 @@ body { a { color: #d8d8d8; + text-decoration: underline dotted; } p { @@ -76,6 +77,14 @@ h4 { padding: 0; } +.index ol li { + margin-bottom: 2px; +} + +.index ol li a { + font-weight: bold; +} + ul li { margin-bottom: 10px; }