From 7d7f44bf61941521418428fb25d21df07dae4cbe Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Thu, 3 Sep 2026 12:06:37 -0700 Subject: [PATCH] Don't hide status code text shadow overflow --- static/error.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/error.css b/static/error.css index 318e8fa5..cd4ce6e1 100644 --- a/static/error.css +++ b/static/error.css @@ -15,9 +15,10 @@ h1 { font-weight: normal; line-height: 1; margin: 0; + overflow: visible; &:hover { - text-shadow: 0 0 100px; + text-shadow: 0 0 0.25em; } }