Browse Source

Make "Download" button stand out a little more.

Florian Kissling 10 years ago
parent
commit
8a1a35aa15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/_includes/head.html

+ 2 - 2
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;
   }