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 { .site-logo .logo-accent {
color: var(--accent); color: var(--accent);
} }
.site-logo .logo-domain {
color: var(--text-muted);
font-weight: 500;
}
.header-right { .header-right {
display: flex; display: flex;

View File

@@ -434,7 +434,7 @@
</button> </button>
{/if} {/if}
<a href="/" class="site-logo"> <a href="/" class="site-logo">
<span>How Do You</span><span class="logo-accent">Convert</span><span style="opacity:0.4;font-weight:400">.com</span> <span>How Do You</span><span class="logo-accent">Convert</span><span class="logo-domain">.com</span>
</a> </a>
</div> </div>
<div class="header-right"> <div class="header-right">