From b69b2d6b57e6f6865fdd74fb8cda562e2cbf2824 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:45:59 -0500 Subject: [PATCH] headers --- web/public/style.css | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index 9b545c5..f949bd5 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -193,7 +193,39 @@ body { height: 100vh; } h1 { - color: #fff; + font-family: "mono"; + font-weight: normal; + font-size: 64px; + text-align: center; + margin: 12px 6px; + color: var(--col-10); + text-shadow: 1px 1px 1px var(--col-05); + + > p { + font-family: "legible"; + font-size: 16px; + text-shadow: none; + color: var(--col-01); + background-color: #ffffff80; + backdrop-filter: blur(12px); + -webkit-backdrop-filter: blur(12px); + min-height: 28px; + width: fit-content; + max-width: 420px; + margin: 6px auto; + padding: 12px 21px; + line-height: 22px; + border-radius: 6px; + } +} +h2 { + font-family: "mono"; + font-weight: normal; + font-size: 32px; + text-align: center; + margin: 12px 6px; + color: var(--col-10); +} } a, b, i, code, span { display: inline;