summaryrefslogtreecommitdiff
path: root/style/menu.less
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-05 16:07:44 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-05 16:07:44 +0200
commitcb1d7b77e433f92830e5f04df231e0163d35254c (patch)
treeba750b398a90bafab019eaf0345e2c041305e2c9 /style/menu.less
parente3e7ff8a1251a4d01e70beac091ed43212fdf399 (diff)
downloadsite-cb1d7b77e433f92830e5f04df231e0163d35254c.tar.gz
style: improve colors and home page styling
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;
}
}