Skip to content

Commit

Permalink
fix(styles): fix language selector styles
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocravosilva committed Oct 13, 2020
1 parent f293228 commit 439ae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ ul {
}
}

.footer-language-selector {
.footer-language-selector button {
color: lighten($text_color, 20%);
display: inline-block;
font-weight: 300;
Expand Down
2 changes: 1 addition & 1 deletion styles/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
justify-content: space-between;
}

&-language-selector {
&-language-selector button {
color: $secondary-text-color;
display: inline-block;
font-weight: $font-weight-light;
Expand Down

0 comments on commit 439ae4d

Please sign in to comment.