Improve look of topbar links and locale switch

This commit is contained in:
Grzegorz Leoniec 2019-01-12 18:22:43 +01:00
parent b59ff6a7f0
commit 3f67630de5
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,7 @@ export default {
align-items: center;
height: 100%;
padding: $space-xx-small;
color: $text-color-soft;
}
nav.locale-menu-popover {

View File

@ -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;