summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-13 12:03:43 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-13 12:03:43 +0300
commit95dee8848dd4bf0d534cfb9cd92be94918eeb676 (patch)
tree05c8b2365748696336494712da9ffe5cb10f5513
parent3371deba5d6d210a879f89cc612c8a26e2f2005a (diff)
Thinner border lines on top bar and start over link
-rw-r--r--client/colors.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/colors.less b/client/colors.less
index b6b995e..968ef7d 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -31,10 +31,10 @@ body {
transform: rotate(-90deg);
font-family: 'Cutive Mono', serif;
color: #6D6D6D;
- border-bottom: 2px #6D6D6D solid;
+ border-bottom: 1px #6D6D6D solid;
&:hover, &:active {
color: black;
- border-bottom: 2px black solid;
+ border-bottom-color: black;
text-decoration: none;
}
}
@@ -182,7 +182,7 @@ body {
font-family: 'Cutive Mono', serif;
&.active {
color: black;
- border-bottom: 2px black solid;
+ border-bottom: 1px black solid;
}
}
}