From 6c74531608bc67d53277e9fd492fdb11e5a8d2f5 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Mon, 21 Jan 2019 09:14:36 +0100 Subject: [PATCH] Fixed logout link styling --- layouts/default.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 {