diff --git a/search.php b/search.php index bd9026df1de92d11c9f71bc6787c0427dc9fbdbf..3d616f0dd8f3664d28a3bc88e2a030a7692dd5ef 100644 --- a/search.php +++ b/search.php @@ -5,7 +5,7 @@ <?php if(has_search_results()): ?> <ul class="items"> <?php $i = 0; while(search_results()): $i++; ?> - <li style="background: hsl(215,28%,<?php echo round((($i / posts_per_page()) * 20) + 20); ?>%);"> + <li style="background: hsl(132, 22%%,<?php echo round((($i / posts_per_page()) * 20) + 20); ?>%%);"> <article class="wrap"> <h2> <a href="<?php echo search_item_url(); ?>" title="<?php echo search_item_title(); ?>"><?php echo search_item_title(); ?></a>