Remove duplicate h1, fix avatar gender caching, blacklist Celeste voice
- Hide h1 (sr-only) on homepage — banner already shows show name - Promote tagline as visual lead after banner - Fix avatar gender: add .gender marker files, re-fetch on mismatch - Clear stale avatar cache so all re-fetch with correct gender - Blacklist Celeste voice from caller pool Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -184,6 +184,13 @@ a:hover {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.tagline--hero {
|
||||
font-size: 1.4rem;
|
||||
color: var(--text);
|
||||
font-weight: 600;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.phone {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
+2
-2
@@ -119,8 +119,8 @@
|
||||
<section class="hero">
|
||||
<div class="hero-inner hero-inner--full">
|
||||
<div class="hero-info hero-info--centered">
|
||||
<h1>Luke at the Roost</h1>
|
||||
<p class="tagline">The call-in talk show where Luke gives life advice to biologically questionable organisms.</p>
|
||||
<h1 class="sr-only">Luke at the Roost</h1>
|
||||
<p class="tagline tagline--hero">The call-in talk show where Luke gives life advice to biologically questionable organisms.</p>
|
||||
<div class="phone" id="phone-section">
|
||||
<div class="on-air-badge" id="on-air-badge">
|
||||
<span class="on-air-dot"></span>
|
||||
|
||||
Reference in New Issue
Block a user