aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-03-22 16:52:58 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-22 17:09:55 -0500
commitff555f122b830285c47ae005911be363f8ca7c8b (patch)
tree6be2e5fecad60c8fb4c07f7c5e6f38cfbe35e113 /static
parente04c4b0793e0cedbabc59a869a63bee0bef57dec (diff)
Unbold nav links
Diffstat (limited to 'static')
-rw-r--r--static/style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 5371b7f..158f16d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -19,7 +19,6 @@ a:hover {
ul.links {
list-style-type: none;
- font-weight: bold;
display: flex;
align-items: stretch;
justify-content: space-evenly;