diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-11 21:53:01 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-11 21:53:01 +0100 |
| commit | 6ecf7c7dbf522f70f937deae15472563394b22b6 (patch) | |
| tree | f82c9fd6fd8cb46b1de521c9028c9a2fc2f67be2 /stylesheets/commun.css | |
| parent | 13b866d9328c3be336de0acd4f6206686d2cb717 (diff) | |
| download | quatuorbellefeuille.com-6ecf7c7dbf522f70f937deae15472563394b22b6.tar.xz | |
Add full names and instruments to ensemble page
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
