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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user