From 8c3de682d65c99b9656991c90f49eb8261efe5d4 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 5 Nov 2024 14:30:26 +0100 Subject: [PATCH] Change color of footer text to dark --- .../ChillMainBundle/Resources/public/chill/chillmain.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss index 2523ee202..a96048612 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/chillmain.scss @@ -204,7 +204,7 @@ footer.footer { font-family: Open Sans; font-weight: 300; clear: both; - color: $white; + color: $dark; font-size: 0.9em; line-height: 1.5em; margin: auto;