diff --git a/apps/user/templates/user/profile.html b/apps/user/templates/user/profile.html index c4085f29..f9d85cdb 100644 --- a/apps/user/templates/user/profile.html +++ b/apps/user/templates/user/profile.html @@ -59,7 +59,7 @@ -
+
diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index 463408e9..29996eba 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -25,6 +25,7 @@ font-family: 'ProximaNova-Light', serif $pink: #FF9393 +$pink-light: #FDF8F9 $purple: #B995D9 $green: #8ECFC0 $green-light: #5BD700 @@ -742,6 +743,8 @@ a[name] background: url(../img/bg-elephants.jpg) 0 0 / 100px 102px &_gray background: $bg + &_pink-light + background: $pink-light &_border position: relative &:after