summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
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;
}