Skip to content

Commit ed127f9

Browse files
authored
Merge pull request #49 from baezor/feature/fix-remaining-lighthouse-issues
fix: resolve remaining Lighthouse audit failures
2 parents 3630e9f + 9db9324 commit ed127f9

45 files changed

Lines changed: 7 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Footer.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ const t = useTranslations(lang);
110110
.footer-content {
111111
text-align: center;
112112
font-size: 0.9rem;
113-
color: var(--color-text);
114-
opacity: 0.8;
113+
color: var(--color-text-muted);
115114
}
116115

117116
.footer-content a {
@@ -128,7 +127,6 @@ const t = useTranslations(lang);
128127
.footer-credit {
129128
margin-top: 0.25rem;
130129
font-size: 0.8rem;
131-
opacity: 0.7;
132130
}
133131

134132
.sr-only {

src/i18n/ui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const ui = {
6363
es: 'He estado desarrollando software por más de una década, trabajando con startups y empresas establecidas. Actualmente enfocado en agentes de IA, flujos de trabajo agénticos y automatización inteligente — creando sistemas que piensan, deciden y actúan.',
6464
},
6565
'home.about.cta': {
66-
en: 'Learn more',
67-
es: 'Conocer más',
66+
en: 'Learn more about me',
67+
es: 'Conocer más sobre mí',
6868
},
6969
'home.posts.heading': {
7070
en: 'Latest Posts',

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const sortedPosts = posts.sort(
160160
font-size: 0.75rem;
161161
padding: 0.25rem 0.75rem;
162162
background-color: color-mix(in srgb, var(--color-accent) 15%, transparent);
163-
color: var(--color-accent);
163+
color: var(--color-text);
164164
border-radius: 1rem;
165165
font-weight: 500;
166166
text-transform: lowercase;

src/pages/es/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const sortedPosts = posts.sort(
160160
font-size: 0.75rem;
161161
padding: 0.25rem 0.75rem;
162162
background-color: color-mix(in srgb, var(--color-accent) 15%, transparent);
163-
color: var(--color-accent);
163+
color: var(--color-text);
164164
border-radius: 1rem;
165165
font-weight: 500;
166166
text-transform: lowercase;
142 KB
118 KB
148 KB
128 KB
148 KB

0 commit comments

Comments
 (0)