commit b71cacbe6db38833176ec64c54596e928547a6b8
parent 89ad7107f853d1568896cb71954f47d0418cb2b2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Tue, 23 Feb 2021 23:13:40 +0100
Tweak program styling
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,