enhanced styles with the new logo

This commit is contained in:
2025-11-15 16:27:41 +01:00
parent 5219822ea1
commit 892bb34cf0
4 changed files with 305 additions and 322 deletions

View File

@@ -36,13 +36,14 @@
--muted: #6c757d;
--text-dark: #212529;
--text-light: #ffffff;
--bg: #efefef;
}
html,
body {
font-family: "Open Sans", sans-serif;
color: var(--text-dark);
background-color: var(--white);
background-color: var(--bg);
}
/* Tipografía global */
@@ -70,7 +71,7 @@ h6 {
main {
color: var(--text-dark);
background-color: var(--white);
background-color: var(--bg);
}
a {