From 43896d6082ff3be56cb4943fa895023672eff91b Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Thu, 20 Jul 2017 16:32:18 +0200
Subject: [PATCH] less blue

---
 search.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/search.php b/search.php
index bd9026d..3d616f0 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>
-- 
GitLab