From 41ecb9681cc7fefe7a77dedd7682ade577a3e811 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 26 Sep 2019 16:28:18 +0200 Subject: [PATCH] text following main color scheme --- .../static/css/basetheme_bootstrap4_pasteur.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css index 9dd45d9..9a5ef1f 100644 --- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css +++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css @@ -746,6 +746,12 @@ h6.boxed{ .border-secondary { border-color: #989287!important; } +.text-primary { + color: #2d96fa!important; +} +.text-secondary { + color: #989287!important; +} a.bg-primary:hover, a.bg-primary:active, a.bg-primary:focus { -- GitLab