change color to pass WCAG checks
This commit is contained in:
parent
fb425502cf
commit
627cc72aad
3 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
input[type=submit]{
|
input[type=submit]{
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: #fff;
|
color: #000;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
.bigButton {
|
.bigButton {
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: #fff;
|
color: #000;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: #fff;
|
color: #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&:HOVER{
|
&:HOVER{
|
||||||
|
|
|
@ -13,7 +13,7 @@ body {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: $accent-color;
|
background-color: $accent-color;
|
||||||
color: #fff;
|
color: #000;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
Loading…
Reference in a new issue