Skip to content

Commit 35a35ac

Browse files
danribesclaude
andcommitted
fix: Set hero text to white and bump CSS cache version
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 42ec3f6 commit 35a35ac

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: #e8ecff;
410+
color: #ffffff;
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: #dce1f5;
418+
color: #ffffff;
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: #dce1f5;
465+
color: #ffffff;
466466
font-weight: 500;
467467
}
468468

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="keywords" content="health economist, HEOR, HTA, market access, economic modeling, health technology assessment">
88
<meta name="author" content="Daniel Ribes">
99
<title>Daniel Ribes - Senior Health Economist | HEOR & Market Access Expert</title>
10-
<link rel="stylesheet" href="css/style.css?v=2">
10+
<link rel="stylesheet" href="css/style.css?v=3">
1111
<link rel="preconnect" href="https://fonts.googleapis.com">
1212
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1313
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@600;700&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)