commit 2310cbda8c157f345f8d754185bb0418f9284b61
parent 2f4db64267f3cabf7f3f769b81190ac2d8bee9a3
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 26 Feb 2021 17:04:10 +0100
Use the same color for the first paragraph and the close button
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css
@@ -58,7 +58,7 @@ details.program > summary ~ * {
}
details.program blockquote {
- color: #c55a11;
+ color: #e05a00;
}
details.program blockquote p::before {