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;