From d5293d0eeaadcef998bec894f5da6a83f738e40b Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Tue, 20 Feb 2024 12:15:19 -0500 Subject: [PATCH] update: Navigation styles --- site-root/public/head.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site-root/public/head.php b/site-root/public/head.php index e423284..6589848 100644 --- a/site-root/public/head.php +++ b/site-root/public/head.php @@ -210,9 +210,13 @@ float: left; } */ - nav > ul > li:first-of-type:after { + nav > ul > li:after { content: '|'; } + + nav > ul > li:last-of-type:after { + content: ''; + } }