summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-12 15:35:55 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-12 15:35:55 +0300
commit3371deba5d6d210a879f89cc612c8a26e2f2005a (patch)
tree01558372efd758570fbe146f7675adb7ef8ce281 /client/colors.less
parentd803f5572277eb0cf434c5252ee884e270e79f3d (diff)
Update some colors
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less13
1 files changed, 7 insertions, 6 deletions
diff --git a/client/colors.less b/client/colors.less
index 0b151a2..b6b995e 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -30,11 +30,12 @@ body {
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
font-family: 'Cutive Mono', serif;
- color: black;
- border-bottom: 1px black solid;
+ color: #6D6D6D;
+ border-bottom: 2px #6D6D6D solid;
&:hover, &:active {
- color: white;
- background-color: black;
+ color: black;
+ border-bottom: 2px black solid;
+ text-decoration: none;
}
}
div.login-wrapper {
@@ -180,8 +181,8 @@ body {
color: #BEBEBE;
font-family: 'Cutive Mono', serif;
&.active {
- color: #600000;
- border-bottom: 2px #600000 solid;
+ color: black;
+ border-bottom: 2px black solid;
}
}
}