diff --git a/style/new_style.css b/style/new_style.css index 60e678f..fb1ca77 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -27,7 +27,7 @@ body { position: sticky; top: -145px; } -#header_index{background-color: #a04911} +#header_index{background-color: #a04911} /* Try using image-set() here to offer different formats, also try moving to HTML picture element */ @media(min-width: 50px){#header_index{background-image: url("/images/headers/index/300.webp")}} @media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.webp")}} @media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}}