Move all template inline styles to style.css

This commit is contained in:
Juno Takano 2025-12-28 06:07:37 -03:00
commit b431a86b96
6 changed files with 64 additions and 21 deletions

View file

@ -30,7 +30,7 @@
<li>
<strong>{{node.id}}</strong>
&raquo;
<span style="filter: opacity(70%);">{{connection.to}}</span>
<span class="detached-connection">{{connection.to}}</span>
</li>
{% endfor %}
</ul>