diff options
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); } |