From b3547b6f0db81224cc90a4be47d96cdfe7359ffc Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Mon, 2 Oct 2023 14:42:07 -0500 Subject: [PATCH] GNOME-style beta bar --- src/components/Nav/Nav.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Nav/Nav.module.css b/src/components/Nav/Nav.module.css index 9e3bc61..e08f306 100644 --- a/src/components/Nav/Nav.module.css +++ b/src/components/Nav/Nav.module.css @@ -17,6 +17,14 @@ border-radius: 2px; box-sizing: border-box; padding: 8px 12px; + background-image: linear-gradient(180deg, transparent, var(--pri-bg) 50%), + repeating-linear-gradient( + 45deg, + #ff04, + #ff04 10px, + #0004 10px, + #0004 20px + ); } .Nav .left {