From b71cacbe6db38833176ec64c54596e928547a6b8 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 23 Feb 2021 23:13:40 +0100 Subject: Tweak program styling --- stylesheets/programmes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css index d21e899..877054b 100644 --- a/stylesheets/programmes.css +++ b/stylesheets/programmes.css @@ -1,6 +1,6 @@ @media (min-width: 40em) { main { - margin: 4em; + margin: 2em 4em 0 4em; } } @@ -28,7 +28,7 @@ details.program > summary::-webkit-details-marker { details.program > summary > .name { margin-left: 2em; font-weight: bold; - color: #2f5597; + color: #1f4e79; } details.program[open] > summary > .name, -- cgit v1.2.3