From da6d06f65a21bc9728d6003891e5452212ede967 Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Thu, 2 Apr 2026 18:56:06 +0200 Subject: [PATCH] =?UTF-8?q?common.css:=20header=20text-shadow=20=E2=80=94?= =?UTF-8?q?=20purple=20glow,=200=20offset,=2012px=20blur,=2065%=20opacity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/common.css b/public/assets/css/common.css index 2929b26..0bd6cdd 100644 --- a/public/assets/css/common.css +++ b/public/assets/css/common.css @@ -91,7 +91,7 @@ header nav ul a { /* Subtle shadow on all header text to improve legibility against the gradient */ header nav > a, header nav ul a { - text-shadow: 0 0 12px rgba(149, 87, 181, 0.65); + text-shadow: 0 0 16px rgba(149, 87, 181, 1), 0 0 32px rgba(149, 87, 181, 0.8); } header nav ul a:hover {