Improve default background of public profile header (#7556)

Looks better when no header image is set
master
Eugen Rochko 7 years ago committed by GitHub
parent 0bdda362c9
commit 779eb07d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/accounts.scss

@ -1,5 +1,5 @@
.card {
background-color: lighten($ui-base-color, 4%);
background-color: $base-shadow-color;
background-size: cover;
background-position: center;
border-radius: 4px 4px 0 0;

Loading…
Cancel
Save