Improve header domain contrast

This commit is contained in:
Codex
2026-03-07 23:40:00 +00:00
parent 856b752c0b
commit 49414b25cd
2 changed files with 5 additions and 1 deletions

View File

@@ -375,6 +375,10 @@ a:focus-visible {
.site-logo .logo-accent {
color: var(--accent);
}
.site-logo .logo-domain {
color: var(--text-muted);
font-weight: 500;
}
.header-right {
display: flex;