feat(i18n): add English localization with per-user language preference and navbar toggle
This commit is contained in:
@@ -28,6 +28,8 @@ a:hover { text-decoration: underline; }
|
||||
.nav-links a { color: var(--text-muted); font-size: .8rem; }
|
||||
.nav-links a:hover { color: var(--primary); text-decoration: none; }
|
||||
.nav-logout { color: var(--danger) !important; }
|
||||
.nav-lang-btn { background: none; border: 1px solid var(--border); border-radius: 4px; padding: .15rem .45rem; font-size: .72rem; color: var(--text-muted); cursor: pointer; line-height: 1; }
|
||||
.nav-lang-btn:hover { background: var(--bg); color: var(--primary); }
|
||||
|
||||
/* Container */
|
||||
.container { max-width: 960px; margin: 2rem auto; padding: 0 1.5rem; }
|
||||
|
||||
Reference in New Issue
Block a user