[Glitch] Fix account header avatar border

Port fbdda9f6c1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2811/head
Michael Stanclift 2024-08-11 16:32:22 -05:00 committed by Claire
parent 47df10e9ed
commit 61b2139267
2 changed files with 2 additions and 5 deletions

View File

@ -8521,7 +8521,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;
}
}
}

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;