1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-12 15:34:31 +02:00

[ticket/17564] Adjust text-shadow of header profile for better contrast

PHPBB-17564
This commit is contained in:
Marc Alexander
2025-10-05 17:48:20 +02:00
parent d82da56c71
commit fcc0f081ce

View File

@@ -128,7 +128,7 @@ th a:hover {
} }
.header-profile { .header-profile {
text-shadow: 0 0 1.75rem #eaf8ff; text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
} }
.panel { .panel {