From 8986f7188bdf3b1f0dd95ec73f092a50c4c8fbea Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 3 Jul 2018 14:20:04 +0000 Subject: [PATCH] :art: Autre style pour les titres des lignes de salaire --- source/components/TargetSelection.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index d71a0e31c..7aaf9944c 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -59,10 +59,11 @@ #targetSelection .optionTitle { font-size: 115%; - font-weight: 600; } #targetSelection .optionTitle a { color: inherit; + text-decoration: none; + font-weight: 500; } #targetSelection .optionTitle a:hover { text-decoration: underline;