Skip to content

Commit 447a499

Browse files
committed
adjust header gradient
1 parent f40b770 commit 447a499

3 files changed

Lines changed: 5 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": 1780382953113
3+
"timestamp": 1780383250034
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": 1780382953114
4+
"timestamp": 1780383250035
55
}

src/styles/themes/rainbow.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
[data-color-theme="rainbow"] section.gradient-header .max-w-7xl.text-center,
4343
[data-color-theme="rainbow"] section.gradient-hero .max-w-7xl:has(h1.gradient-text-hero),
4444
[data-color-theme="rainbow"] section.gradient-header .max-w-7xl:has(h1.gradient-text-hero) {
45-
background: rgba(0, 0, 0, 0.25);
45+
/* Darkened enough that white hero text clears AA on every flag band,
46+
including the yellow one (white-on-yellow was only ~2.2:1 at 0.25). */
47+
background: rgba(0, 0, 0, 0.5);
4648
border-radius: 16px;
4749
backdrop-filter: blur(4px);
4850
}

0 commit comments

Comments
 (0)