This commit is contained in:
ddrwode
2026-02-10 11:49:01 +08:00
parent 742b1286c9
commit d29515598d
11 changed files with 165 additions and 46 deletions

View File

@@ -112,6 +112,31 @@ body {
background: var(--accent-glow);
}
.lang-switch {
display: inline-flex;
align-items: center;
gap: 0.25rem;
margin-right: 0.5rem;
font-size: 0.9rem;
}
.lang-switch a {
color: var(--accent);
text-decoration: none;
padding: 0.2rem 0.4rem;
border-radius: 4px;
}
.lang-switch a:hover {
background: var(--accent-glow);
}
.lang-switch a.active {
font-weight: 600;
color: var(--text);
}
.lang-sep {
color: var(--text-muted);
user-select: none;
}
.nav-link-with-badge {
display: inline-flex;
align-items: center;