diff options
-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; } |