fix: chat uses second person (tú/you), footer text visible over background

- Chat suggestions and help modal questions now address Juan directly
- Footer text/links use white with text-shadow for readability over photos
This commit is contained in:
juanatsap
2026-04-26 23:39:38 +01:00
parent 6cd949c5ea
commit 6204ffdd6c
4 changed files with 30 additions and 28 deletions
+2 -1
View File
@@ -148,8 +148,9 @@
footer {
text-align: center;
padding: 2rem;
color: rgba(255,255,255,0.7);
color: rgba(255,255,255,0.95);
font-size: 0.85rem;
text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
/* GitHub repository link styling */