From 27dab9280c6f224736c1e3a54825e431b1dac88c Mon Sep 17 00:00:00 2001 From: Minnur Yunusov Date: Thu, 7 Nov 2024 03:53:02 +0300 Subject: [PATCH] Make sticky nav bar transparent with blur effect. --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index f6bb14c..ddcaf23 100644 --- a/styles.css +++ b/styles.css @@ -771,6 +771,8 @@ input:-webkit-autofill:focus { .scroll-section.nav-section.sticky { position: fixed; + background-color: rgb(213 225 225 / 87%); + backdrop-filter: blur(10px); width: 100%; top: 0; margin-top: 0;