From dfe4e4d1829c51f713b0162aa4daaf44e55f4a3a Mon Sep 17 00:00:00 2001 From: Thomas Oltmann Date: Sun, 17 Aug 2025 12:57:48 +0200 Subject: [PATCH] Added inset shadow into banner image --- www/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/style.css b/www/assets/style.css index 23c8c49..ec3ebaf 100644 --- a/www/assets/style.css +++ b/www/assets/style.css @@ -53,6 +53,7 @@ body { background-position: center; background-size: cover; background-repeat: no-repeat; + box-shadow: inset 0em -2em 5em #222222; } .banner h1 { text-shadow: 2px 2px #222222;