]> cat aescling's git repositories - mastodon.git/commitdiff
Improve default background of public profile header (#7556)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 20 May 2018 11:09:28 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 11:09:28 +0000 (13:09 +0200)
Looks better when no header image is set

app/javascript/styles/mastodon/accounts.scss

index 93aa134cf4a09cfa0e0cc8e7cf602223bde5ff4e..de0a7ea427c1ec2bc4fdc341995b8849b01befe7 100644 (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;