Skip to content

Commit

Permalink
fix: use fixed white color for language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
dfritschy committed Jun 14, 2021
1 parent a4712fc commit c53cc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ body {
position: absolute;
top: 1rem;
right: 1rem;
color: var(--white);
color: #FFFFFF;
z-index: 2;
@media screen and (min-width: $md-min) {
top: 2rem;
right: 2rem;
}

a {
color: var(--white);
color: #FFFFFF;
}
}


main {
padding-bottom: 2rem;
}
Expand Down

0 comments on commit c53cc0f

Please sign in to comment.