feature: Style main navigation

This commit is contained in:
Keith Solomon
2025-05-29 06:38:51 -05:00
parent e844613eec
commit 8b94d14088
3 changed files with 11 additions and 1466 deletions

View File

@@ -108,12 +108,15 @@ p {
margin-bottom: 1rem;
}
li ul, li ol { margin: 0 1rem; }
ul { list-style-type: disc; }
#main-nav ul { list-style-type: none; }
ol { list-style-type: decimal; }
li ul, li ol { margin: 0 1rem; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }