From ed3d43c54b138e00087e7c3159c760f512a27d5f Mon Sep 17 00:00:00 2001 From: JoeBot Date: Mon, 16 Mar 2026 14:20:08 -0400 Subject: [PATCH] add glow to logo in nav bar --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 5f695cf..1c702b0 100644 --- a/styles.css +++ b/styles.css @@ -138,7 +138,7 @@ body { gap: 32px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } -.logo-img { height: 36px; width: auto; } +.logo-img { height: 36px; width: auto; filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));} .logo-img--footer { height: 30px; } .nav-links { display: flex;