aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/css/header.less')
-rw-r--r--web/src/css/header.less16
1 files changed, 5 insertions, 11 deletions
diff --git a/web/src/css/header.less b/web/src/css/header.less
index 2a3c9765..66e8ac8a 100644
--- a/web/src/css/header.less
+++ b/web/src/css/header.less
@@ -7,7 +7,7 @@ header {
}
@separator-color: lighten(grey, 15%);
-
+/*
nav {
border-bottom: solid @separator-color 1px;
@@ -20,16 +20,10 @@ header {
//font-family: Lato;
&.active {
- border-color: @separator-color;
- border-bottom-color: white;
+ border-color: @separator-color;
+ border-bottom-color: white;
}
- &:hover {
- /*
- @preview: lightgrey;
- border-top-color: @preview;
- border-left-color: @preview;
- border-right-color: @preview;
- */
+ &.active, &:hover {
text-decoration: none;
}
&.special {
@@ -43,7 +37,7 @@ header {
}
}
}
-
+*/
.menu {
padding: 10px;
border-bottom: solid @separator-color 1px;