Browse Source

Improve default background of public profile header (#7556)

Looks better when no header image is set
pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
779eb07d75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/accounts.scss

+ 1
- 1
app/javascript/styles/mastodon/accounts.scss View File

@ -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