diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-26 17:12:34 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-26 17:12:34 +0100 |
| commit | 7722e6a2a9119527d8accc4e7deb738a7ebf44e4 (patch) | |
| tree | e97ab488067e7412c0d271231bf34356dcf9e8f9 | |
| parent | b7589ac47432410e3aa8ec4809acc91c48c77b2d (diff) | |
| download | quatuorbellefeuille.com-7722e6a2a9119527d8accc4e7deb738a7ebf44e4.tar.xz | |
Invert colors of first paragraph and summary
| -rw-r--r-- | stylesheets/programmes.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index 0ad429e..32175d4 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -34,7 +34,8 @@ details.program > summary > .name { details.program[open] > summary > .name, details.program[open] > summary > .composers { - color: var(--gold); + color: #e05a00; + font-weight: bold; } details.program > summary > img.button { @@ -58,7 +59,8 @@ details.program > summary ~ * { } details.program > *:nth-child(3) { - color: #e05a00; + color: var(--gold); + font-weight: bold; } details.program blockquote p::before { |
