diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-06 22:17:02 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-06 22:17:02 +0100 |
| commit | 0afb26295aa08f900964220006086f39383393ab (patch) | |
| tree | 50d3f1d836d2fc60212d987c2415d2a205a3ede0 /stylesheets/programmes.css | |
| parent | 7895bf56f83240ce5a9649e14606be28c00ddb6d (diff) | |
| download | quatuorbellefeuille.com-0afb26295aa08f900964220006086f39383393ab.tar.xz | |
Tweak emphasis on a few pages
Diffstat (limited to 'stylesheets/programmes.css')
| -rw-r--r-- | stylesheets/programmes.css | 10 |
1 files changed, 3 insertions, 7 deletions
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 { |
