From 0de73185afca9c533e74b49e7a0127f87784e0d4 Mon Sep 17 00:00:00 2001
From: Misty Stanley-Jones <misty@docker.com>
Date: Thu, 2 Mar 2017 06:48:59 -0800
Subject: [PATCH] Add button background color

---
 css/style.css | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/css/style.css b/css/style.css
index e785d9756f..a9108892da 100644
--- a/css/style.css
+++ b/css/style.css
@@ -404,6 +404,10 @@ a.button.outline-btn {
     margin: 0;
 }
 
+.darkblue-btn {
+  background-color: #0C5176;
+}
+
 .outline-btn:hover,
 .primary-btn:hover,
 .secondary-btn:hover {
@@ -1758,11 +1762,11 @@ footer {
 
 
 /* Landscape */
-@media only screen 
-  and (min-device-width: 375px) 
-  and (max-device-width: 667px) 
+@media only screen
+  and (min-device-width: 375px)
+  and (max-device-width: 667px)
   and (-webkit-min-device-pixel-ratio: 2)
-  and (orientation: landscape) { 
+  and (orientation: landscape) {
     .nav-secondary,
     .nav-secondary-tabs.affix {
         height: 155px;