diff --git a/static/css/03-components/_experience.css b/static/css/03-components/_experience.css
index 230bf18..723d94b 100644
--- a/static/css/03-components/_experience.css
+++ b/static/css/03-components/_experience.css
@@ -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;
}
diff --git a/static/css/03-components/_projects.css b/static/css/03-components/_projects.css
index effde16..85a1dc5 100644
--- a/static/css/03-components/_projects.css
+++ b/static/css/03-components/_projects.css
@@ -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 */
diff --git a/templates/partials/modals/chat-help-modal.html b/templates/partials/modals/chat-help-modal.html
index 25b8805..d244408 100644
--- a/templates/partials/modals/chat-help-modal.html
+++ b/templates/partials/modals/chat-help-modal.html
@@ -31,10 +31,10 @@
{{if eq .Lang "es"}}Experiencia{{else}}Experience{{end}}
-
-
+
+
-
+
@@ -45,11 +45,11 @@
{{if eq .Lang "es"}}Tecnologías{{else}}Technologies{{end}}
-
-
-
-
-
+
+
+
+
+
@@ -60,9 +60,9 @@
{{if eq .Lang "es"}}Proyectos{{else}}Projects{{end}}
-
+
-
+
@@ -73,9 +73,9 @@
{{if eq .Lang "es"}}Formación{{else}}Education{{end}}
-
-
-
+
+
+
@@ -86,9 +86,9 @@
{{if eq .Lang "es"}}Habilidades{{else}}Skills{{end}}
-
+
-
+
diff --git a/templates/partials/widgets/chat-widget.html b/templates/partials/widgets/chat-widget.html
index 1f5be09..dedc791 100644
--- a/templates/partials/widgets/chat-widget.html
+++ b/templates/partials/widgets/chat-widget.html
@@ -77,17 +77,17 @@
{{if eq .Lang "es"}}
-
-
-
-
-
+
+
+
+
+
{{else}}
-
-
-
-
-
+
+
+
+
+
{{end}}