Skip to content
Snippets Groups Projects
Unverified Commit 779eb07d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Improve default background of public profile header (#7556)

Looks better when no header image is set
parent 0bdda362
No related branches found
No related tags found
No related merge requests found
.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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment