V2 fixes: full-size wordmark logo in nav/footer, legible legal pages
- Nav and footer now use the logo SVG alone (it already contains the HOA LedgerIQ wordmark) at correct aspect ratio, dropping the redundant text spans and the 36x36 square sizing that shrank it - Privacy and Terms pages: replaced V1 dark-theme inline colors (white headings, light gray body) with dark ink colors for the V2 white background Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
10
styles.css
10
styles.css
@@ -205,13 +205,7 @@ img { max-width: 100%; height: auto; display: block; }
|
||||
text-decoration: none;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.logo-img { width: 36px; height: 36px; }
|
||||
.nav-brand {
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.02em;
|
||||
color: var(--ink);
|
||||
}
|
||||
.logo-img { height: 36px; width: auto; }
|
||||
.nav-links {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1258,7 +1252,7 @@ a.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg)
|
||||
/* Legacy nav/footer aliases used by article pages */
|
||||
.nav-btn { margin-left: 16px; padding: 9px 20px; font-size: 14px; }
|
||||
.nav-login { margin-left: 8px; }
|
||||
.logo-img--footer { width: 32px; height: 32px; }
|
||||
.logo-img--footer { height: 32px; width: auto; }
|
||||
.footer-logo p { font-size: 13.5px; color: var(--ink-muted); }
|
||||
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
|
||||
.footer-col-title {
|
||||
|
||||
Reference in New Issue
Block a user