From e334c7f88dd463a52626cc4da3db59da5e30a210 Mon Sep 17 00:00:00 2001 From: adamsoffer Date: Tue, 30 Apr 2024 21:07:59 -0400 Subject: [PATCH] add gradient border top --- packages/www/components/Nav/index.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/www/components/Nav/index.tsx b/packages/www/components/Nav/index.tsx index 9691871358..7b9c2c2a75 100644 --- a/packages/www/components/Nav/index.tsx +++ b/packages/www/components/Nav/index.tsx @@ -12,7 +12,18 @@ const Nav = () => { height: 70, width: "100%", px: "$4", + pt: "4px", borderBottom: "1px solid rgba(255,255,255,.05)", + "&:before": { + position: "absolute", + content: '""', + width: "100%", + height: "4px", + left: 0, + top: 0, + background: + "linear-gradient(90deg, #DC3D42 0%, #F0C000 45.83%, #299764 70%, #3A5CCC 99.48%), #D9D9D9", + }, }}>