From fefe473549729f51fdcee223cb179fdf6a9f5867 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Thu, 16 May 2024 09:40:01 +0100 Subject: [PATCH] Update style.css --- docs/static/style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/static/style.css b/docs/static/style.css index 840e09d..e13b43b 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -22,7 +22,19 @@ body { grid-template-columns: 1fr; } -h1, h2, h3 { +h1 { + paint-order: stroke fill; + text-transform: uppercase; + font-size: calc(1rem + min(90px, 15vw)); + font-weight: 900; + letter-spacing: -.175ch; + line-height: 0.9; + color: white; + -webkit-text-stroke: 5px black; + text-shadow: 8px 8px black; +} + +h2, h3 { font-weight: 100; }