gnu-social/plugins/ProfileColor/templates/profileColor/profileColorView.html.twig

7 lines
160 B
Twig

{% block stylesheets %}
<style>
.profile {
background: {{ profile.color }} !important;
}
</style>
{% endblock stylesheets %}