Change color scheme

This commit is contained in:
Michelle Bergeron 2015-04-24 21:09:20 -07:00
parent 3b89193989
commit 88145a1b49

View File

@ -368,7 +368,7 @@
input[type="reset"].style1:hover, input[type="reset"].style1:hover,
.button.style1:hover .button.style1:hover
{ {
background-color: #76b900; background-color: #443266;
} }
input[type="button"].style1:active, input[type="button"].style1:active,
@ -376,7 +376,7 @@
input[type="reset"].style1:active, input[type="reset"].style1:active,
.button.style1:active .button.style1:active
{ {
background-color: #76b900; background-color: #443266;
} }
input[type="button"].style2, input[type="button"].style2,
@ -502,7 +502,7 @@
.feature-list h3 .feature-list h3
{ {
color: #76b900 !important; color: #443266 !important;
} }
.feature-list h3:before .feature-list h3:before
@ -613,7 +613,7 @@
} }
.wrapper.style1 a .wrapper.style1 a
{ {
color: #76b900; color: #b0bcdf;
} }
.wrapper.style2 .wrapper.style2
@ -841,7 +841,7 @@
#highlights .highlight h3 #highlights .highlight h3
{ {
color: #76b900; color: #443266;
} }
/*********************************************************************************/ /*********************************************************************************/