From e0bce1a7ae048d75ff74cc99af4d0b446a03710e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 9 May 2023 21:24:53 -0400 Subject: feat: simplify with bottom nav Inspired by https://bt.ht/ --- includes/www.css | 46 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 39 deletions(-) (limited to 'includes/www.css') diff --git a/includes/www.css b/includes/www.css index 512793b..f3bb626 100644 --- a/includes/www.css +++ b/includes/www.css @@ -6,33 +6,6 @@ hr { color: var(--white); } -nav { - list-style-type: none; - text-align: center; -} - -nav ul { - padding: 0; - margin: 0; -} - -nav li { - display: inline-block; - margin: 0.5em; - padding: 0.5em; -} - -nav svg { - padding-right: 0.5em; - width: 24px; - height: 24px; -} - -nav svg path, -nav svg rect { - fill: var(--white); -} - a:link { color: var(--slate); } @@ -45,12 +18,13 @@ a:visited code { color: var(--slate); } +header a:link, +header a:visited, +header a:active, nav a:link, nav a:visited, nav a:active { background-color: var(--balboa); - display: flex; - align-items: center; color: var(--white); text-decoration: underline solid var(--balboa); } @@ -94,12 +68,7 @@ blockquote { font-style: oblique; } -h1, -header { - text-align: center; -} - -article ul { +ul { list-style: none; padding: 0; margin: 0; @@ -109,8 +78,8 @@ article ul li { padding: 0.5em; } -article ul li:before { - content: "➙"; +ul li:before { + content: "▸"; padding-right: 0.5em; } @@ -168,9 +137,8 @@ th { display: none; } -footer { +footer p { font-size: 0.75em; - text-align: center; } .centered { -- cgit v1.2.3