Add gradient to navbar

This commit is contained in:
Vencislav Atanasov 2024-10-11 20:56:06 +03:00
parent 941e672ce2
commit 24e0aa9673
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
echo '<nav style="background: url(\''.get_template_directory_uri().'/img/navbg-'.$blog_slug.'.png\'); height: 84px">';
}
elseif ($blog_slug === '2024') {
echo '<nav style="background: none;">';
echo '<nav style="background-image: linear-gradient(#FFFFFF, #BFFAF4);">';
} else {
echo '<nav>';
}