diff --git a/layouts/default.vue b/layouts/default.vue index 0a37d2abe..7283bf308 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -207,11 +207,17 @@ export default { .logout-link { margin-left: -$space-small; margin-right: -$space-small; - margin-bottom: -$space-xx-small; - padding: $space-xx-small $space-small; - + margin-top: -$space-xxx-small; + margin-bottom: -$space-x-small; + padding: $space-x-small $space-small; // subtract menu border with from padding padding-left: $space-small - 2; + + color: $text-color-base; + + &:hover { + color: $text-color-link-active; + } } nav {