From 0afb26295aa08f900964220006086f39383393ab Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 22:17:02 +0100 Subject: Tweak emphasis on a few pages --- stylesheets/programmes.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'stylesheets/programmes.css') diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index c0abe6a..12cebe8 100644 --- 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 { -- cgit v1.2.3