Improve default background of public profile header (#7556)
Looks better when no header image is set
This commit is contained in:
parent
0bdda362c9
commit
779eb07d75
|
@ -1,5 +1,5 @@
|
||||||
.card {
|
.card {
|
||||||
background-color: lighten($ui-base-color, 4%);
|
background-color: $base-shadow-color;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
|
|
Loading…
Reference in New Issue