diff --git a/assets/css/misuzu/profile/header.css b/assets/css/misuzu/profile/header.css index 4750324..fedb78f 100644 --- a/assets/css/misuzu/profile/header.css +++ b/assets/css/misuzu/profile/header.css @@ -144,7 +144,6 @@ } .profile__header__username { - color: var(--user-colour); font-size: 2em; line-height: 1.5em; } diff --git a/templates/profile/_layout/header.twig b/templates/profile/_layout/header.twig index b38c4c7..f681e7c 100644 --- a/templates/profile/_layout/header.twig +++ b/templates/profile/_layout/header.twig @@ -1,7 +1,7 @@ {% from 'macros.twig' import avatar %} {% from '_layout/input.twig' import input_checkbox_raw %} -
+
@@ -31,7 +31,7 @@
{% if profile_user is defined %} -
+
{{ profile_user.username }}