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
+3 -2
View File
@@ -451,13 +451,14 @@
footer {
text-align: center;
padding: 2rem;
color: var(--text-muted, #666666); /* Theme-aware color (light: #666666, dark: #b0b0b0) */
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 */
.github-repo-link {
color: var(--text-secondary, #333333) !important; /* Theme-aware link color */
color: rgba(255,255,255,0.95) !important;
transition: color 0.2s ease-in-out;
}
+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 */