From 86fddb75dda33ac141a5db9b0f5c8ca4242a2105 Mon Sep 17 00:00:00 2001 From: dcts <44790691+dcts@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:22:06 +0100 Subject: [PATCH] Update style.css Improve readibility when navbar is on top of website content. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 2832e83..e3a001c 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,7 @@ .header { align-content: center; + backdrop-filter: blur(6px); /* improve readibility */ } #scroll-up-btn {