Skip to content

Commit 8d5c8b9

Browse files
committed
Prevent tooltip opacity inheritance
1 parent f7b5af2 commit 8d5c8b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/ui/style.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ body { min-height: 100vh; font-size: 15px; }
101101
#readiness-label-top {
102102
display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
103103
font-size: 12px; font-weight: 700; text-transform: uppercase;
104-
letter-spacing: 2px; opacity: 0.65; margin-bottom: 8px;
104+
letter-spacing: 2px; color: var(--text-secondary); margin-bottom: 8px;
105105
}
106106
#readiness-score {
107107
font-size: 88px; font-weight: 900; line-height: 1;
@@ -483,7 +483,7 @@ body { min-height: 100vh; font-size: 15px; }
483483
}
484484
.hero-energy-label {
485485
font-size: 11px; font-weight: 700; text-transform: uppercase;
486-
letter-spacing: 1.5px; opacity: 0.55;
486+
letter-spacing: 1.5px; color: var(--text-secondary);
487487
}
488488
.hero-energy-numbers { font-size: 18px; font-weight: 800; letter-spacing: -0.5px; }
489489
.hero-energy-details { font-size: 12px; color: var(--text-secondary); }

0 commit comments

Comments
 (0)