Skip to content

Commit ed04933

Browse files
Update styles.css
1 parent 82014a7 commit ed04933

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

styles.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,16 @@ body.has-fixed-nav{padding-top:72px}
235235
/* ===== END SAFE8-FOX OVERRIDE ===== */
236236

237237

238-
/* === Brand lockup: shield + wordmark === */
239-
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
240-
.brand-logo{height:32px;width:auto;vertical-align:middle}
241-
@media (min-width:640px){.brand-logo{height:36px}}
242-
.brand-text{color:#f3f4f6!important;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:1!important;mix-blend-mode:normal!important;filter:none!important}
243-
.brand:hover .brand-text{color:#d4b14a!important}
238+
/* === Metridex: wordmark color fix (gold) === */
239+
header .logo-text,
240+
.brand-text,
241+
.brand .logo-text {
242+
color: #d4b14a !important; /* premium gold */
243+
opacity: 1 !important;
244+
mix-blend-mode: normal !important;
245+
filter: none !important;
246+
}
247+
header .brand:hover .logo-text,
248+
header .brand:hover .brand-text {
249+
color: #e1c46a !important; /* hover: lighter gold */
250+
}

0 commit comments

Comments
 (0)