From a1dacefa545bc8041f3ac93df395b12c86ed5af7 Mon Sep 17 00:00:00 2001 From: Guillaume BLOCH-BARAUX01 <blochbarauxgu@chu-lyon.fr@di3223su.chu-lyon.fr> Date: Fri, 13 Jan 2023 16:31:25 +0100 Subject: [PATCH] fixed links color --- styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 775548b..603213b 100644 --- a/styles.css +++ b/styles.css @@ -233,7 +233,7 @@ body { align-items: center; justify-content: center; } -.page-footer, a { +.page-footer { color:white; } .page-footer__content { @@ -242,9 +242,11 @@ body { column-gap: 2em; align-items: center; justify-content: center; - color: white; font-weight: lighter; } +.page-footer__content > a { + color: white; +} .section-content--row { display: flex; flex-direction: row; -- GitLab