From 6f9c11440fef8af5381149bad42d1cd5a33424b2 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Sat, 5 Aug 2023 13:42:58 +0200 Subject: [PATCH] Fixed wrong color text --- src/app/app.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index d7829c6..c039be9 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -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; - } - } }