diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 18:02:05 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 18:02:05 -0600 |
commit | a3ab3646adbb2d0585bf0936d9b88d7645723561 (patch) | |
tree | 471d06580787a260673815661f488fd6f1c482a5 /style.css | |
parent | 76a6cc9c414c27ad061fa0ebb70286824f5e0a30 (diff) |
added document links
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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); } |