Skip to content
Snippets Groups Projects
Commit 627cc72a authored by Jonas Leder's avatar Jonas Leder
Browse files

change color to pass WCAG checks

parent fb425502
No related branches found
No related tags found
No related merge requests found
Pipeline #1634 passed
...@@ -20,7 +20,7 @@ ...@@ -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 @@ ...@@ -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;
...@@ -77,4 +77,4 @@ ...@@ -77,4 +77,4 @@
border: 0; border: 0;
transition: background-color $link-hover-animation-time linear; transition: background-color $link-hover-animation-time linear;
width: 100%; width: 100%;
} }
\ No newline at end of file
...@@ -27,7 +27,7 @@ ...@@ -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{
...@@ -47,4 +47,4 @@ ...@@ -47,4 +47,4 @@
&:HOVER{ &:HOVER{
color: $accent-color-2; color: $accent-color-2;
} }
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ body { ...@@ -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;
...@@ -77,4 +77,4 @@ img { ...@@ -77,4 +77,4 @@ img {
&.no-corner { &.no-corner {
border-radius: 0; border-radius: 0;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment