diff options
author | 2022-07-08 04:46:17 +0000 | |
---|---|---|
committer | 2022-07-08 04:46:17 +0000 | |
commit | 6256b88768f0660a5e25460eb9a76f87e8258fb0 (patch) | |
tree | b48cb2a40c097343d0abad98c583c3b5e95a5bb0 | |
parent | 911f74496d0ab085ed732407994e4839782fbce0 (diff) | |
download | bun-6256b88768f0660a5e25460eb9a76f87e8258fb0.tar.gz bun-6256b88768f0660a5e25460eb9a76f87e8258fb0.tar.zst bun-6256b88768f0660a5e25460eb9a76f87e8258fb0.zip |
Pink chip contrast
-rw-r--r-- | packages/bun-landing/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-landing/index.css b/packages/bun-landing/index.css index 769aa0899..d673e95da 100644 --- a/packages/bun-landing/index.css +++ b/packages/bun-landing/index.css @@ -604,6 +604,7 @@ header { .Tag--Bun { --background: #ff17ff; + color: white; } .mono { |