summaryrefslogtreecommitdiff
path: root/style/menu.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/menu.less')
-rw-r--r--style/menu.less11
1 files changed, 7 insertions, 4 deletions
diff --git a/style/menu.less b/style/menu.less
index 715d092..dd38b32 100644
--- a/style/menu.less
+++ b/style/menu.less
@@ -11,16 +11,19 @@ nav {
display: inline-block;
}
/* links */
- a:link {
+ a {
margin: 3px;
padding: 0.5em 1em;
- background: @color-secondary-1-1;
+ background: @color-menu-background;
border-radius: 5px;
- box-shadow: @color-secondary-1-2 0 0 0px 1px;
+ box-shadow: @color-menu-shadow 0 0 0px 1px;
display: inline-block;
+ text-decoration: none;
+ font-weight: bold;
+ color: black;
}
a:link:hover {
- background: @color-secondary-1-2;
+ background: @color-menu-hover;
}
}