1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-11 23:14:34 +02:00

Merge pull request #6880 from marc1706/ticket/17564

[ticket/17564] Adjust text-shadow of header profile for better contrast
This commit is contained in:
Marc Alexander
2025-10-07 22:00:26 +02:00
committed by GitHub

View File

@@ -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 {