Hi,
I installed piwigo and started working with it. So far, its great. The default theme/skin at installation was modus/newspaper.
One small problem. Under modus/newspaper, most labels were white font on white background. I found that in modus/skins/newspaper.css the following entry:
.titrePage A,
#calendarViewSwitchLink,
.browsePath,
#profile,
#profile fieldset h3,
#profile fieldset label,
.properties fieldset span label {
color:white;
}
needs to be:
titrePage A,
#calendarViewSwitchLink,
.browsePath,
#profile,
#profile fieldset h3,
#profile fieldset label,
.properties fieldset span label {
color:black;
}
The other skins seem to be correct/ok.
Thanks!
Piwigo 15.3.0
Installed on 15 February 2025, 1 day ago
Operating system: Linux
PHP: 8.3.16 (Show info) [2025-02-16 20:10:06]
MySQL: 10.11.10-MariaDB [2025-02-16 14:10:06]
Graphics Library: ImageMagick ImageMagick 7.1.1-41
Offline