Adjust colours on about/more page

This commit is contained in:
Emma Winston 2019-10-09 20:34:18 +01:00
parent 8a9e6b9f49
commit f303e280a7
1 changed files with 12 additions and 0 deletions

View File

@ -352,6 +352,18 @@ a.mention, .notification__message .fa {
border: 4px solid $purple2;
}
.public-layout .public-account-header__image {
background: $ui-base-color;
}
.public-layout .public-account-header__image .originalheader svg, .originalmascotimg svg {
fill: $ui-primary-color;
}
.public-layout .public-account-header__image .originalheader h1 a.brand {
color: $ui-primary-color;
}
.public-layout .header .nav-button {
background: darken($purple3, 4%);
&:hover, &:focus {