From 7722e6a2a9119527d8accc4e7deb738a7ebf44e4 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 26 Feb 2021 17:12:34 +0100 Subject: Invert colors of first paragraph and summary --- stylesheets/programmes.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stylesheets/programmes.css') 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 { -- cgit v1.2.3