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

10 lines
283 B
Twig

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