From 736f5822e0c99801f8910f7d0d1069f23ba3503e Mon Sep 17 00:00:00 2001 From: aleylara Date: Sun, 24 Jan 2021 23:51:34 +1100 Subject: updated repo --- Peli-Kiera/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Peli-Kiera/static') diff --git a/Peli-Kiera/static/css/main.css b/Peli-Kiera/static/css/main.css index c79050f..571f508 100644 --- a/Peli-Kiera/static/css/main.css +++ b/Peli-Kiera/static/css/main.css @@ -123,6 +123,8 @@ time { #container p a { font-style: italic; + text-decoration: underline; + text-decoration-style: dotted; } #container main section#list ul { @@ -164,9 +166,11 @@ time { } #left-page { text-align: left; + font-weight: bold; } #right-page { text-align: right; + font-weight: bold; } #left-arrow { float: left; -- cgit