update colors
authorxenophenes <sarah.conway@crunchydata.com>
Sat, 3 Mar 2018 01:03:58 +0000 (17:03 -0800)
committerxenophenes <sarah.conway@crunchydata.com>
Sat, 3 Mar 2018 01:03:58 +0000 (17:03 -0800)
static/css/style.css

index cd4369707efd42b5c76569f55b3f9ab0476219f7..ea38fcb49c9774cbf4dc357b46b717f3fb1686b2 100644 (file)
@@ -32,7 +32,7 @@
 
        a {
                font-weight: bold;
-               color: #9e788f;
+               color: #B07CC6;
                text-decoration: none;
                transition: all 0.4s ease;
                -moz-transition: all 0.4s ease; /* Firefox 4 */
@@ -41,7 +41,7 @@
        }
 
                a:hover {
-                       color: #D95A4B;
+                       color: #ED735D;
                        text-decoration: underline;
                }
 
 
                input[type="checkbox"]:checked + label:before,
                input[type="radio"]:checked + label:before {
-                       background: #9e788f;
-                       border-color: #9e788f;
+                       background: #B07CC6;
+                       border-color: #B07CC6;
                        color: #ffffff;
                        content: '\f00c';
                }
 
        .navbar {
          font-family: 'Droid Sans', sans-serif;
-       /*   background-color: rgb(153,197,176); */
+       /*   background-color: #C0E7EF; */
          text-transform: uppercase;
        }
 
        }
 
        .navbar-nav>li>a {
-    color: #D95A4B;
+    color: #ED735D;
                font-family: 'Maven Pro', sans-serif;
        }
 
        .dropdown-menu {
          padding: 0;
          box-shadow: 1px 2px 5px rgba(0,0,0,.08);
-         border-top: 2px solid rgb(153,197,176);
+         border-top: 2px solid #C0E7EF;
        }
 
        .dropdown-menu li {
          }
 
          .navbar {
-           color: #D95A4B;
+           color: #ED735D;
            background-color: #fff;
          }
 
          .navbar-nav > li > a:focus,
          .navbar-nav > li > a:hover,
          .navbar-nav > li.open {
-           background-color: rgb(153,197,176);
+           background-color: #C0E7EF;
          }
 
          .dropdown-menu, .dropdown-menu li, .dropdown-menu li a {
                        }
 
                        .icon.rounded.color1 {
-                               background-color: #9e788f;
+                               background-color: #B07CC6;
                        }
 
                        .icon.rounded.color2 {
                        }
 
                        .icon.rounded.color3 {
-                               background-color: rgb(153,197,176);
+                               background-color: #C0E7EF;
                        }
 
                        .icon.rounded.color4 {
                -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: #9e788f;
+               background-color: #B07CC6;
                border-radius: 15px;
                border: 0;
                color: #ffffff !important;
                        }
 
                .wrapper.style3 {
-                       background-color: #9e788f;
+                       background-color: #B07CC6;
                        color: #ffffff;
                }
 
 /* Footer */
 
        #footer {
-               background: rgb(153,197,176);
+               background: #C0E7EF;
                color: #0E1210;
        }