refactor: migrer les partials vers le contenu localisé

This commit is contained in:
2026-07-06 08:14:52 +04:00
parent b4c7d557b6
commit b90228e0bd
16 changed files with 156 additions and 200 deletions
+26
View File
@@ -133,6 +133,14 @@ html.light-theme .nav-links a:hover {
color: var(--or-oki);
}
html.light-theme .lang-switch {
color: #0D0D0D;
}
html.light-theme .lang-switch:hover {
color: var(--or-oki);
}
/* Ajustements de contraste pour le thème clair (WCAG 2 AA) */
html.light-theme .tag {
background: rgba(184, 122, 0, 0.08);
@@ -224,6 +232,24 @@ html.light-theme .contact-links a:hover {
color: var(--or-oki);
}
/* Language Switch */
.lang-switch {
border: 1px solid var(--line);
border-radius: var(--radius-sm);
padding: 0.5rem 0.7rem;
color: var(--blanc-creme);
text-decoration: none;
font-weight: 700;
font-size: 0.8rem;
letter-spacing: 0.04em;
transition: border-color 0.2s ease, color 0.2s ease;
}
.lang-switch:hover {
border-color: var(--or-oki);
color: var(--or-oki);
}
/* Theme Toggle Button */
.theme-toggle {
background: transparent;