From 93856ba8a1ad4141066b930d738289c79d93f5b6 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 16 Aug 2023 16:52:10 +0200 Subject: [PATCH] glow --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 2d6fc57..9c3aca5 100644 --- a/static/style.css +++ b/static/style.css @@ -94,6 +94,10 @@ table.posts{ width: 100%; } text-align: justify; } +header a{ + filter: drop-shadow(0 0 5px); +} + @media(min-width: 81ch){ header{ display:flex;