From 6ecf7c7dbf522f70f937deae15472563394b22b6 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 11 Feb 2021 21:53:01 +0100 Subject: Add full names and instruments to ensemble page --- stylesheets/commun.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stylesheets/commun.css') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 524b3a8..c0cbd63 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -20,7 +20,6 @@ a.current { header a { text-decoration: none; - font-weight: bold; } nav a:hover { color: var(--gold); @@ -51,6 +50,7 @@ header.banner:hover { nav a { font-size: 1.2rem; + font-weight: 600; } nav > ol, nav li.dropdown > ul { @@ -65,7 +65,7 @@ nav > ol > li > a { footer.social a { text-decoration: none; font-size: 1.2rem; - font-weight: bold; + font-weight: 600; } footer.social a.contact:hover { color: var(--gold); @@ -187,7 +187,7 @@ footer.legal { main { grid-row: 2; grid-column: 1 / -2; - padding-left: 4%; + padding-left: 4%; /* TODO: remove? */ } footer.social { -- cgit v1.2.3