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

7 líneas
178 B
Twig

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