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