Improve default background of public profile header (#7556)

Looks better when no header image is set
This commit is contained in:
Eugen Rochko 2018-05-20 13:09:28 +02:00 committed by GitHub
parent 0bdda362c9
commit 779eb07d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;