From 3f67630de5d09763a7d4d4557133c05bab78f4e0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 18:22:43 +0100 Subject: [PATCH] Improve look of topbar links and locale switch --- components/LocaleSwitch.vue | 1 + layouts/default.vue | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/components/LocaleSwitch.vue b/components/LocaleSwitch.vue index 1a2c96e56..76060bd20 100644 --- a/components/LocaleSwitch.vue +++ b/components/LocaleSwitch.vue @@ -93,6 +93,7 @@ export default { align-items: center; height: 100%; padding: $space-xx-small; + color: $text-color-soft; } nav.locale-menu-popover { diff --git a/layouts/default.vue b/layouts/default.vue index ef3dd2d2e..59a8ca205 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -147,6 +147,12 @@ export default { margin-right: $space-xx-small; } +.main-navigation { + a { + color: $text-color-soft; + } +} + .main-navigation-left { display: flex; margin-right: auto;