Fixed wrong color text
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 2m10s

This commit is contained in:
Arne Vlaeminck
2023-08-05 13:42:58 +02:00
parent ca84bf3a25
commit 6f9c11440f

View File

@@ -232,6 +232,12 @@ h2 {
}
}
#vacatures, #contact {
a, a > p {
color: $secondary-color;
}
}
@media only screen and (max-width: 1200px) {
.hero-container {
height: 20rem;
@@ -411,10 +417,4 @@ h2 {
}
}
}
#vacatures, #contact {
a, a > p {
color: $secondary-color;
}
}
}