diff options
author | 2022-07-08 04:48:58 +0000 | |
---|---|---|
committer | 2022-07-08 04:48:58 +0000 | |
commit | e158ee542d79b6ac256ee135772f0fd5aa8f3bec (patch) | |
tree | da201cd88aaec48ac50e416cf093a10386fe4256 | |
parent | 6256b88768f0660a5e25460eb9a76f87e8258fb0 (diff) | |
download | bun-e158ee542d79b6ac256ee135772f0fd5aa8f3bec.tar.gz bun-e158ee542d79b6ac256ee135772f0fd5aa8f3bec.tar.zst bun-e158ee542d79b6ac256ee135772f0fd5aa8f3bec.zip |
Slightly darken pink link color for contrast requirements.
-rw-r--r-- | packages/bun-landing/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/index.css b/packages/bun-landing/index.css index d673e95da..78b440edc 100644 --- a/packages/bun-landing/index.css +++ b/packages/bun-landing/index.css @@ -603,7 +603,7 @@ header { } .Tag--Bun { - --background: #ff17ff; + --background: #e600e5; color: white; } |