From b3f198b7a9cd6c4f2a6a1c8c381e7f17585cf350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Fri, 20 Dec 2024 01:35:42 +0100 Subject: [PATCH] add box shadow to search bar --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 0ba56c9..9ee118b 100644 --- a/css/style.css +++ b/css/style.css @@ -63,6 +63,7 @@ header { align-items: center; background-color: var(--bg-color-dark-z2); border-radius: 8px; + box-shadow: 2px 2px 2px 1px #212121; } .fake-focus {