Skip to content

Commit ed59ec0

Browse files
danribesclaude
andcommitted
fix: Cache-bust hero3d.js and brighten hero text for dark background
Add version query param to hero3d.js script tag to force browsers to load the updated health economics graphs. Brighten hero subtitle, description, and stat label text colors for better contrast against the dark hero background. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a1a33e6 commit ed59ec0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ ul {
407407

408408
.hero-subtitle {
409409
font-size: 2rem;
410-
color: var(--text-secondary);
410+
color: #e8ecff;
411411
margin-bottom: 1.5rem;
412412
font-weight: 600;
413413
animation: slideInFromTop 1s ease-out;
414414
}
415415

416416
.hero-description {
417417
font-size: 1.125rem;
418-
color: var(--text-secondary);
418+
color: #dce1f5;
419419
margin-bottom: 2rem;
420420
line-height: 1.8;
421421
animation: fadeIn 1.2s ease-out;
@@ -462,7 +462,7 @@ ul {
462462

463463
.stat-label {
464464
font-size: 0.875rem;
465-
color: var(--text-secondary);
465+
color: #dce1f5;
466466
font-weight: 500;
467467
}
468468

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ <h3>Daniel Ribes</h3>
729729
</footer>
730730

731731
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
732-
<script src="js/hero3d.js"></script>
732+
<script src="js/hero3d.js?v=2"></script>
733733
<script src="js/script.js"></script>
734734
</body>
735735
</html>

0 commit comments

Comments
 (0)