commit d7e004f0028848127aff9732efe20e64495f093b parent d88cf7a825b685bebc2b5ab69554b2528d1a182c Author: FIGBERT <figbert@figbert.com> Date: Tue, 14 Jun 2022 10:57:30 -0700 Change list-style from circle to square Diffstat:
M | static/css/global.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/css/global.css b/static/css/global.css @@ -35,6 +35,10 @@ nav { font-weight: initial; } +ul { + list-style: square; +} + nav > ul { list-style: none; }