From 9b1d5adf3f50cc62ac9b5fc853c2cf0796238588 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Thu, 28 May 2015 14:07:45 -0700
Subject: [PATCH] change holder from blue to gray

---
 docs/_includes/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index b9a64c3174..a477301e60 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -64,8 +64,8 @@ SimpleJekyllSearch.init({
 })
 
 Holder.addTheme('gray', {
-  background: '#0275d8',
-  foreground: 'rgba(255,255,255,.65)',
+  background: '#777',
+  foreground: 'rgba(255,255,255,.75)',
   font: 'Helvetica',
   fontweight: 'normal',
   size: 16,
-- 
GitLab