update button styles
authorSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 15:06:09 +0000 (08:06 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 15:06:09 +0000 (08:06 -0700)
static/css/style.css

index c007531b54be54caa3768c58c1defddd80378be9..9564646070808a5b4439bcdd9c8e7d9145dda49f 100644 (file)
@@ -37,6 +37,10 @@ h3 {
     font-weight: 600;
 }
 
+a {
+    font-weight: 600;
+}
+
 /* FOOTER */
 
 footer {
@@ -125,7 +129,7 @@ input[type="submit"], input[type="reset"], input[type="button"], .button {
     -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
     -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
     transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-    background-color: #34495e;
+    background-color: #337ab7;
     border-radius: 15px;
     color: #fff;
     border: 0;
@@ -140,6 +144,10 @@ input[type="submit"], input[type="reset"], input[type="button"], .button {
     white-space: nowrap;
 }
 
+input[type="submit"]:hover {
+    background-color: #34495e;
+}
+
 /* OUR TEAM */
 
 .title {