哈哈
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user