forked from Telodendria/Telodendria
Small site updates
This commit is contained in:
parent
58eb666f53
commit
043109958f
2 changed files with 4 additions and 27 deletions
|
@ -279,12 +279,11 @@ Extremely simple HTTP server.
|
|||
<h2 id="resources">Resources</h2>
|
||||
<ul>
|
||||
<li><a target="_blank" href="/pub">Old <b>Telodendria</b> Versions</a></li>
|
||||
<li><a target="_blank" href="/spec.matrix.org">Matrix Spec Mirror</a>
|
||||
(<a href="/matrix-spec-v1.3.tar.gz">Download matrix-spec-v1.3.tar.gz</a>)
|
||||
</li>
|
||||
<li><a target="_blank" href="/patches">Public Patch Directory</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>
|
||||
© 2022 Jordan Bancino <@jordan:bancino.net>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -43,36 +43,14 @@ body {
|
|||
text-decoration: underline
|
||||
}
|
||||
|
||||
.code {
|
||||
.Bd {
|
||||
background-color: var(--color-snippet);
|
||||
border-radius: var(--border-radius);
|
||||
display: block;
|
||||
padding: 0.5em 1em 1.5em 1em;
|
||||
padding-left: 10px;
|
||||
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: var(--color-snippet);
|
||||
border-radius: calc(var(--border-radius) / 2);
|
||||
}
|
||||
|
||||
kbd {
|
||||
background-color: #eee;
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--color-table-border);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
|
||||
color: #333;
|
||||
display: inline-block;
|
||||
font-size: .85em;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
padding: 2px 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue