Add fonts, rework CSS
This commit is contained in:
parent
c3562d1ebb
commit
93c62229ad
40 changed files with 612 additions and 47 deletions
|
|
@ -17,11 +17,11 @@
|
|||
{% if node.connections or incoming %}
|
||||
<aside class="connections">
|
||||
<hr class="connections">
|
||||
<h2>Connections</h2>
|
||||
<h2 class="connections-title">Connections</h2>
|
||||
<div class="connections-container">
|
||||
{% if node.connections %}
|
||||
<div class="connections-outgoing">
|
||||
<h3>Outgoing</h3>
|
||||
<h3 class="connections-title">Outgoing</h3>
|
||||
<ul>
|
||||
{% for _, connection in node.connections %}
|
||||
{% if connection.detached %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue