Update hover colors on blog search button
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Oct 2015 17:15:49 +0000 (13:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Oct 2015 17:15:49 +0000 (13:15 -0400)
Use opposite colors

css/app.css
scss/_blog.scss

index 89c9074..34f1ae1 100644 (file)
@@ -6927,8 +6927,8 @@ h2#slide-text {
   #searchform input[type="submit"].blogbutton:hover {
     cursor: pointer;
     background: #FFFFFF;
-    border: 2px solid #035C84;
-    color: white; }
+    border: 2px solid #ffc742;
+    color: #ffc742; }
 
 #blog-posts-over article {
   padding-top: 10px;
index 010167e..2610907 100644 (file)
     &:hover {
         cursor: pointer;
         background: $white;
-        border: 2px solid #035C84;
-        color:  white;
+        border: 2px solid #ffc742;
+        color:  #ffc742;
     }
 }
 #blog-posts-over article {
             margin-bottom: 15px;
         }
     }
-}
\ No newline at end of file
+}