From 811179f79ca99435223cf46869425165c06a3b9e Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 17 May 2023 12:53:50 +0200 Subject: [PATCH] haute-garonne-cd31: bold login-action links (#77700) --- static/haute-garonne-cd31/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/haute-garonne-cd31/_custom.scss b/static/haute-garonne-cd31/_custom.scss index 7bc84859..5e7890b9 100644 --- a/static/haute-garonne-cd31/_custom.scss +++ b/static/haute-garonne-cd31/_custom.scss @@ -607,3 +607,7 @@ a#ars { color: #00789b; text-decoration: underline; } + +div.login-actions ul li p a { + font-weight: bold; +}