Skip to content

Commit

Permalink
update: Navigation styles
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 20, 2024
1 parent 740632b commit d5293d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site-root/public/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: '';
}
}
</style>
</head>
Expand Down

0 comments on commit d5293d0

Please sign in to comment.