Skip to content

Commit e8d4ca8

Browse files
committed
Fix header
1 parent 65f11c4 commit e8d4ca8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

public/build-data-pr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"count": null,
3-
"timestamp": 1780383718585
3+
"timestamp": 1780383999766
44
}

public/build-data-pypi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "9.14.0",
33
"releaseDate": "May 29, 2026",
4-
"timestamp": 1780383718586
4+
"timestamp": 1780383999767
55
}

src/styles/global.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,16 @@ section > div > div > h2 {
517517
@apply text-center;
518518
}
519519

520-
/* Section headings with different text styles */
520+
/* Section headings on the gradient background: render solid white, not the
521+
gradient-clipped text (which would match the background and be unreadable).
522+
Must reset the background/clip/fill that `h2 { @apply gradient-text }` sets.
523+
The text-shadow keeps white legible even over the bright Pride flag bands. */
521524
section.gradient-header > div > h2 {
525+
background: none;
526+
-webkit-background-clip: unset;
527+
background-clip: unset;
528+
-webkit-text-fill-color: white;
522529
color: white;
530+
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
523531
@apply text-4xl font-bold mb-6;
524532
}

0 commit comments

Comments
 (0)