From 53be6e046274eb223d3387dd4ff79f2d55506bb7 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 23 Oct 2024 10:51:23 +0200 Subject: [PATCH] fix(ui): change link colors --- src/components/App.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/App.scss b/src/components/App.scss index bc12842..8b61e72 100644 --- a/src/components/App.scss +++ b/src/components/App.scss @@ -68,3 +68,9 @@ h2, h3 { margin: 0; } + +a, +a:visited { + text-decoration: none; + color: inherit; +} -- GitLab