Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReDiscovery - Schwarzer Text auf schwarzem Hintergrund bei register & pwforgot #549

Open
yaench opened this issue Sep 1, 2022 · 1 comment

Comments

@yaench
Copy link

yaench commented Sep 1, 2022

Wenn im Admin-Tool als Standard Design "Rediscovery" konfiguriert wird, ist der Text bei den Seiten "register" und "pwforgot" schwarz auf schwarzem Hintergrund und somit nicht lesbar.

Setze ich lokal im Browser in "/htdocs/designs/official/Rediscovery/style.css" für Body "color:white;" ist die Schrift lesbar.

@yaench
Copy link
Author

yaench commented Oct 7, 2023

Update: In Runde 23 habe ich manuell in der Datei "/var/www/etoa/htdocs/web/css/external.css" color und font-family hinzugefügt, nun zeigt es bei register & pwforgot den Text korrekt an.

#outGameContent	{
	margin: 80px auto 10px;
	width: 800px;	
	color: white;
	font-family: Verdana, sans-serif;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant