Skip to content
Snippets Groups Projects
Verified Commit 43896d60 authored by David Beniamine's avatar David Beniamine
Browse files

less blue

parent 05d7ad99
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment