From 043109958f655319b2c39e02296e469ecf15d984 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 13 Dec 2022 14:26:04 +0000 Subject: [PATCH] Small site updates --- site/index.html | 5 ++--- site/style.css | 26 ++------------------------ 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/site/index.html b/site/index.html index bda2a2b..8002217 100644 --- a/site/index.html +++ b/site/index.html @@ -279,12 +279,11 @@ Extremely simple HTTP server.

Resources


+

© 2022 Jordan Bancino <@jordan:bancino.net> +

diff --git a/site/style.css b/site/style.css index 882125b..37b2292 100644 --- a/site/style.css +++ b/site/style.css @@ -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; }