summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <matthew.kosarek@vention.cc>2021-02-23 19:39:16 -0500
committerMatthew Kosarek <matthew.kosarek@vention.cc>2021-02-23 19:39:16 -0500
commitf0d1398b0d1b1a7c5bd1d4e0b3488b7f1aa74364 (patch)
tree4279b063052fb71ef5ff34a2f2f93d5c7b870b98 /frontend/index.css
parentece2b67aa689aee0b881bac17a62c16e0469bc56 (diff)
Big rework of the directory structure to make it more orderly for my brain
Diffstat (limited to 'frontend/index.css')
-rw-r--r--frontend/index.css13
1 files changed, 11 insertions, 2 deletions
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;
}