From fcc0f081ce7a3d7ece3b9983f2fd59eb0ddf60b3 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 5 Oct 2025 17:48:20 +0200 Subject: [PATCH] [ticket/17564] Adjust text-shadow of header profile for better contrast PHPBB-17564 --- phpBB/styles/prosilver/theme/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 2a66af4b06..d45583f3c2 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -128,7 +128,7 @@ th a:hover { } .header-profile { - text-shadow: 0 0 1.75rem #eaf8ff; + text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5); } .panel {