From a3ab3646adbb2d0585bf0936d9b88d7645723561 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Thu, 14 Dec 2023 18:02:05 -0600 Subject: added document links --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 8e8d2bf..6d4cb1e 100644 --- a/style.css +++ b/style.css @@ -62,6 +62,18 @@ nav { text-align: center; } +ul { + text-indent: -2em; + font-size: 1.25em; + font-weight: bold; +} + +li { + text-indent: 0em; + font-size: 1rem; + font-weight: normal; +} + a { color: var(--contrast-color); } -- cgit v1.2.3