Merge pull request #13 from emmawinston/macaron-border-bugfix

Correct border colour of account header fields from green to purple
This commit is contained in:
Darius Kazemi 2019-09-10 14:00:36 -07:00 committed by GitHub
commit a0a541dade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1037,6 +1037,10 @@ a.status-card.compact:hover {
border-bottom: 1px solid lighten($purple, 8%);
}
.account__header__fields dl {
border-bottom: 1px solid lighten($purple, 8%);
}
@media screen and (max-width: 600px) {
.public-layout .public-account-header__bar {
background: $blue;