From e08640df08e6ea441acb938bebab095dc640e476 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 13 Jul 2021 17:35:13 +0200 Subject: [PATCH] apply text-muted fade out to a --- .../static/css/basetheme_bootstrap4_pasteur.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index 72bb6aa..4e81bb4 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -793,4 +793,8 @@ a.bg-secondary:focus { color: #fff; background-color: #81796a!important; border-color: #81796a!important; +} + +.text-muted a{ + color:#66b0ff; } \ No newline at end of file -- GitLab