quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 0afb26295aa08f900964220006086f39383393ab
parent 7895bf56f83240ce5a9649e14606be28c00ddb6d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 22:17:02 +0100

Tweak emphasis on a few pages

Diffstat:
Mstylesheets/membre.css | 2+-
Mstylesheets/programmes.css | 10+++-------
Mstylesheets/quatuor.css | 10+++++-----
3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -34,7 +34,7 @@ h2.instrument { } .bio dt { - font-weight: bold; + font-weight: 600; color: var(--emph2-color); } diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css @@ -35,14 +35,10 @@ details.program > summary:focus { outline: none; } -details.program > summary > .name { - font-weight: bold; - color: #1f4e79; -} - +details.program > summary > .name, details.program[open] > summary > .name, details.program[open] > summary > .composers { - color: #e05a00; + color: #1f4e79; font-weight: bold; } @@ -64,7 +60,7 @@ details.program[open] > summary > img.button.close { details.program > *:nth-child(3) { color: var(--gold); - font-weight: bold; + font-weight: 600; } details.program blockquote p::before { diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css @@ -1,20 +1,20 @@ #bio .emph1 { - font-weight: bold; - color: #42662a; + font-weight: 600; + color: #467d20; } #bio .emph2 { - font-weight: bold; + font-weight: 600; color: var(--gold); } #bio .emph3 { - font-weight: bold; + font-weight: 600; color: #404040; } #photos p.name { - font-weight: bold; + font-weight: 600; } #photos p.instrument {