Skip to content

Commit fcbc617

Browse files
author
Alexia Michelle Stein
committed
feat: introduce new site logo, refine footer styling, and update Spanish translations.
1 parent 506f055 commit fcbc617

6 files changed

Lines changed: 21 additions & 34 deletions

File tree

i18n/es/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@
326326
"message": "Etiquetas",
327327
"description": "The title of the tag list page"
328328
}
329-
}
329+
}

i18n/es/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"message": "Copyright © 2025 GoldenDog Linux. Creado con Docusaurus.",
3636
"description": "The footer copyright"
3737
}
38-
}
38+
}

i18n/es/docusaurus-theme-classic/navbar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"message": "GitHub",
3636
"description": "Navbar item with label GitHub"
3737
}
38-
}
38+
}

package-lock.json

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

src/css/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@
6363
}
6464

6565
.footer {
66-
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.015) 0%, rgba(155, 89, 182, 0.08) 50%, #080112 100%);
67-
border-top: 1px solid rgba(255, 255, 255, 0.03);
66+
/* Softer gradient using #4F1C51 tone at center fading to dark */
67+
background: radial-gradient(circle at center, rgba(79, 28, 81, 0.25) 0%, rgba(33, 15, 55, 0.95) 70%, #09021a 100%);
68+
border-top: 1px solid rgba(255, 255, 255, 0.05);
6869
text-align: center;
6970
padding: 4rem 0;
7071
}

static/img/logo.svg

Lines changed: 14 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)