From 6a9c56726bf9f5725ffa4d6bdb23dd1d65f4f004 Mon Sep 17 00:00:00 2001 From: Byron Motoche <116190812+byron-okta@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:11:18 -0500 Subject: [PATCH] update ttb background --- stylus/website/index.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylus/website/index.styl b/stylus/website/index.styl index cbe3099b..fe593c89 100644 --- a/stylus/website/index.styl +++ b/stylus/website/index.styl @@ -1886,7 +1886,7 @@ footer { } .top-banner { - background: linear-gradient(90deg, #ff4f40 0%, #ff44dd 99.99%); + background: #242424; border-radius: 8px; max-width: 1216px; padding: 8px 16px;