diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-23 23:13:40 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-23 23:13:40 +0100 |
| commit | b71cacbe6db38833176ec64c54596e928547a6b8 (patch) | |
| tree | 2b7c7897e31b25ef57c77dfa69022ad26d9f1d50 | |
| parent | 89ad7107f853d1568896cb71954f47d0418cb2b2 (diff) | |
| download | quatuorbellefeuille.com-b71cacbe6db38833176ec64c54596e928547a6b8.tar.xz | |
Tweak program styling
| -rw-r--r-- | stylesheets/programmes.css | 4 |
1 files 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, |
