change color to pass WCAG checks

This commit is contained in:
Jonas Leder 2021-11-09 11:23:47 +01:00
parent fb425502cf
commit 627cc72aad
3 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@
input[type=submit]{
background-color: $accent-color;
color: #fff;
color: #000;
text-transform: uppercase;
padding: 15px;
font-size: 14px;
@ -68,7 +68,7 @@
.bigButton {
background-color: $accent-color;
color: #fff;
color: #000;
text-transform: uppercase;
padding: 15px;
font-size: 14px;
@ -77,4 +77,4 @@
border: 0;
transition: background-color $link-hover-animation-time linear;
width: 100%;
}
}

View file

@ -27,7 +27,7 @@
border-radius: 5px;
cursor: pointer;
background-color: $accent-color;
color: #fff;
color: #000;
text-align: center;
&:HOVER{
@ -47,4 +47,4 @@
&:HOVER{
color: $accent-color-2;
}
}
}

View file

@ -13,7 +13,7 @@ body {
button {
background-color: $accent-color;
color: #fff;
color: #000;
text-transform: uppercase;
border: 0;
padding: 5px;
@ -77,4 +77,4 @@ img {
&.no-corner {
border-radius: 0;
}
}
}