add box shadow to search bar

This commit is contained in:
Jérémie SALVI
2024-12-20 01:35:42 +01:00
parent 826afcb384
commit b3f198b7a9

View File

@@ -63,6 +63,7 @@ header {
align-items: center; align-items: center;
background-color: var(--bg-color-dark-z2); background-color: var(--bg-color-dark-z2);
border-radius: 8px; border-radius: 8px;
box-shadow: 2px 2px 2px 1px #212121;
} }
.fake-focus { .fake-focus {