footer: drop redundant connect address
This commit is contained in:
parent
059f4e567d
commit
079d6303e9
2 changed files with 1 additions and 3 deletions
|
|
@ -138,8 +138,7 @@ code{font-family:var(--mono);font-size:.9em;background:rgba(18,165,148,.09);colo
|
||||||
.foot-logo .mark{width:22px;height:22px;color:var(--teal)}
|
.foot-logo .mark{width:22px;height:22px;color:var(--teal)}
|
||||||
.foot-logo:hover{text-decoration:none}
|
.foot-logo:hover{text-decoration:none}
|
||||||
.foot-about p{margin:.85rem 0 0;color:#8994a0;font-size:.9rem;line-height:1.6}
|
.foot-about p{margin:.85rem 0 0;color:#8994a0;font-size:.9rem;line-height:1.6}
|
||||||
.foot-net{font-family:var(--mono)}
|
.foot-about code{background:rgba(255,255,255,.08);color:#cfe3dd;padding:.05em .4em;border-radius:4px;font-size:.85em}
|
||||||
.foot-net code,.foot-about code{background:rgba(255,255,255,.08);color:#cfe3dd;padding:.05em .4em;border-radius:4px;font-size:.85em}
|
|
||||||
.foot-col{display:flex;flex-direction:column}
|
.foot-col{display:flex;flex-direction:column}
|
||||||
.foot-col h4{color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;font-weight:600;margin:.15rem 0 .9rem}
|
.foot-col h4{color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;font-weight:600;margin:.15rem 0 .9rem}
|
||||||
.foot-col a{color:#aeb8c0;font-size:.9rem;padding:.3rem 0}
|
.foot-col a{color:#aeb8c0;font-size:.9rem;padding:.3rem 0}
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,6 @@
|
||||||
<span>echoIRCd</span>
|
<span>echoIRCd</span>
|
||||||
</a>
|
</a>
|
||||||
<p>Modern IRC, written from scratch in Rust.</p>
|
<p>Modern IRC, written from scratch in Rust.</p>
|
||||||
<p class="foot-net"><code>irc.echoircd.org</code> · +6697 TLS</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="foot-col">
|
<nav class="foot-col">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue