Fix public account page header colours

This commit is contained in:
Emma Winston 2019-08-22 21:16:44 +01:00
parent 7ee0582c34
commit 18f6b7e994
1 changed files with 10 additions and 0 deletions

View File

@ -1036,3 +1036,13 @@ a.status-card.compact:hover {
border-top: 1px solid lighten($purple, 8%);
border-bottom: 1px solid lighten($purple, 8%);
}
@media screen and (max-width: 600px) {
.public-layout .public-account-header__bar {
background: $blue;
}
.public-layout .public-account-header__extra .public-account-bio .account__header__fields {
border-color: lighten($blue, 8%);
}
}