diff options
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 13 |
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; } } } |
