Skip to content

Commit

Permalink
Change header color
Browse files Browse the repository at this point in the history
Signed-off-by: Greta Doci <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Oct 7, 2019
1 parent 5d0a5aa commit 90991aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.subtitle,
.displayName
{
color: var(--color-text-lighter);
color: var(--color-text-maxcontrast);
vertical-align: baseline;
}

Expand Down Expand Up @@ -1442,14 +1442,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#headerLanguages {
/* Line up header text with column content for when there’s inputs */
padding-left: 7px;
text-transform: uppercase;
color: var(--color-main-text);
text-transform: none;
color: var(--color-text-maxcontrast);
vertical-align: baseline;
}

.name {
text-transform: uppercase;
color: var(--color-main-text);
text-transform: none;
color: var(--color-text-maxcontrast);
}
}
&:hover {
Expand Down

0 comments on commit 90991aa

Please sign in to comment.