Skip to content

Commit 191ad78

Browse files
Fix CTA button color on landing page
This commit fixes white-on-white text in the landing page's CTA button when using light mode. The background color of the button was removed in 3d9d8fb, but the white-on-white text was prevented due to a typo (a missing semi-colon). The typo was subsequently fixed in fdac46e.
1 parent 2d25339 commit 191ad78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ body:has(#schema-reference) {
578578
border-radius: 9999px;
579579

580580
border: 6px solid var(--highlight-color);
581+
background: #0e0e10;
581582
color: white;
582583

583584
font-size: 1.5rem;

0 commit comments

Comments
 (0)