quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit b7589ac47432410e3aa8ec4809acc91c48c77b2d
parent 2310cbda8c157f345f8d754185bb0418f9284b61
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 26 Feb 2021 17:10:10 +0100

Highlight first paragraph of all programs

Diffstat:
Mstylesheets/programmes.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }