From b7589ac47432410e3aa8ec4809acc91c48c77b2d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 26 Feb 2021 17:10:10 +0100 Subject: Highlight first paragraph of all programs --- stylesheets/programmes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index e448cf1..0ad429e 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -57,7 +57,7 @@ details.program > summary ~ * { margin-left: 2em; } -details.program blockquote { +details.program > *:nth-child(3) { color: #e05a00; } -- cgit v1.2.3