From 32fe2726ef8693f113dabe9bc76461ac234943e0 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 4 Sep 2021 20:30:15 +0200 Subject: [PATCH] =?UTF-8?q?Derni=C3=A8re=20version=20de=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 23 +++-------------------- styles.css | 13 +++++++++++-- 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 9558e9e..818093c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
-

Libre en Communs

+

Libre en Communs

“Connaissance, partage, éducation et solidarité„

@@ -156,25 +156,8 @@

Derniers articles et évènements:

diff --git a/styles.css b/styles.css index 405f2a7..eddf555 100644 --- a/styles.css +++ b/styles.css @@ -19,7 +19,7 @@ body { } a { - color: #13c8e8; + color: #1a4159; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; @@ -102,6 +102,16 @@ h3 { font-weight: normal; text-transform: uppercase; } + +h4 { + margin: 1.5em 0 0 0; + color: #2e394c; + font-family: sans-serif; + font-size: 2.4em; + font-weight: normal; + text-transform: uppercase; +} + p { margin: 0.75em 0; line-height: 2; @@ -174,7 +184,6 @@ div.apropos p, div.apropossuite p { text-decoration: underline dotted; } - /* sidebar base styles */ .sidebar { background: #eadde4;