From a76caf717fd2c60f30bc62baa2522a16e4467268 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 4 Mar 2015 17:02:38 +0100 Subject: Initial commit --- style/menu.less | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 style/menu.less (limited to 'style/menu.less') diff --git a/style/menu.less b/style/menu.less new file mode 100644 index 0000000..60d87ec --- /dev/null +++ b/style/menu.less @@ -0,0 +1,28 @@ +/* menu */ +@import "colors.less"; + +nav { + margin: 3em 0; + + ul { + background: @color-primary-0; + } + + li { + display: inline-block; + } + /* links */ + a:link { + margin: 3px; + padding: 0.5em 1em; + background: @color-secondary-1-1; + border-radius: 5px; + box-shadow: @color-secondary-1-2 0 0 0px 1px; + display: inline-block; + } + a:link:hover { + background: @color-secondary-1-2; + } +} + +/* vim: set sw=4 et ts=4: */ -- cgit v1.2.1