From 8a1a35aa151e6d98a2fdbf46b923467cd2a7cae5 Mon Sep 17 00:00:00 2001 From: Florian Kissling Date: Fri, 24 Apr 2015 03:40:57 +0200 Subject: [PATCH] Make "Download" button stand out a little more. --- docs/_includes/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index ad8bb90b..e14b5c11 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -214,9 +214,9 @@ } .btn-outline-inverse { - color: #333; + color: #428BCA; background-color: transparent; - border-color: #333; + border-color: #428BCA; padding: 15px 30px; font-size: 20px; }