From f0d1398b0d1b1a7c5bd1d4e0b3488b7f1aa74364 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 23 Feb 2021 19:39:16 -0500 Subject: Big rework of the directory structure to make it more orderly for my brain --- frontend/index.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'frontend/index.css') diff --git a/frontend/index.css b/frontend/index.css index c8cc394..471f6f3 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -48,14 +48,23 @@ nav { font-size: 1rem; } -nav > a { +nav > ul { + list-style: none; + padding-left: 0px; +} + +nav > ul > li > ul { + padding-left: 1rem; +} + +nav a { color: #404040; text-decoration: none; display: inline-block; min-width: 196px; } -nav > a:hover { +nav a:hover { color: #1a1a1a; cursor: pointer; } -- cgit v1.2.1