Fix account header avatar border (#31373)

pull/2811/head
Michael Stanclift 2024-08-11 16:32:22 -05:00 committed by GitHub
parent 7365a13ee7
commit fbdda9f6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -52,10 +52,6 @@ html {
color: darken($action-button-color, 25%);
}
.account__header__bar .avatar .account__avatar {
border-color: $white;
}
.getting-started__footer a {
color: $ui-secondary-color;
text-decoration: underline;

View File

@ -7970,7 +7970,8 @@ noscript {
.account__avatar {
background: var(--background-color);
border: 2px solid var(--background-border-color);
border: 1px solid var(--background-border-color);
border-radius: 4px;
}
}
}