commit 7722e6a2a9119527d8accc4e7deb738a7ebf44e4
parent b7589ac47432410e3aa8ec4809acc91c48c77b2d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 26 Feb 2021 17:12:34 +0100
Invert colors of first paragraph and summary
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git 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 {