summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-26 17:10:10 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-26 17:10:10 +0100
commitb7589ac47432410e3aa8ec4809acc91c48c77b2d (patch)
tree83d2e7cd9eaa3cedd2aeb5fbe1aa7232b2a07b70 /stylesheets
parent2310cbda8c157f345f8d754185bb0418f9284b61 (diff)
downloadquatuorbellefeuille.com-b7589ac47432410e3aa8ec4809acc91c48c77b2d.tar.xz
Highlight first paragraph of all programs
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/programmes.css2
1 files changed, 1 insertions, 1 deletions
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;
}