diff --git a/index.html b/index.html index 5243585..bcaddca 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@ .search-bar { position: sticky; top: 0; + background-color: light-dark(#fff, #1e1e1e); padding: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out;