diff options
author | ADRN <adrien@luxeylab.net> | 2024-08-30 09:55:42 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-08-30 09:55:42 +0200 |
commit | f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c (patch) | |
tree | d8749d8e14ed456e5697ef0cd1ad4af1a3a9243f /static/css | |
parent | 258643e7cf9a7cd5232ae70eea2e256e455a7510 (diff) | |
download | site-f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c.tar.gz site-f4b15dfdfb7faedd45f1e156c1ccdc3aaf81625c.zip |
ajout sommaire avec markup
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/home.css | 5 | ||||
-rw-r--r-- | static/css/layout.css | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css index f438a5d..893ae13 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -28,6 +28,11 @@ div#jardin p { justify-content: center; } +nav#sommaire { + text-align: center; + margin-top: 3rem; +} + h2#infras { background-color: var(--infras); grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12; diff --git a/static/css/layout.css b/static/css/layout.css index ff73100..9a4d6a5 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -251,7 +251,7 @@ pre.center > a { div#container, nav#menu, body { background-color: var(--night-background); } - p, pre, ul, li, a, a:hover, h1, h2, footer { + p, pre, ul, li, a, a:hover, h1, h2, footer, nav { color: var(--txt-night); } .highlight { |