From e89b095d2002498a1791f192c795e8a85dc6ea65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 19 May 2024 16:08:41 +0200 Subject: feat: add basic description for all posts --- src/styles/main.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/styles/main.css') diff --git a/src/styles/main.css b/src/styles/main.css index 489298e..dd62b28 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -10,13 +10,16 @@ body { h1 { font-size: 2em; - margin-bottom: 30vh; margin-top: 1em; } +header h1 { + margin-bottom: 30vh; +} + h1 > a { text-decoration-style: wavy; - text-decoration-thickness: 15%; + /* text-decoration-thickness: 15%; */ } a, a:hover, a:visited { @@ -32,7 +35,10 @@ ul li { } footer { - color: white; - background-color: black; + background-color: blue; margin-top: 4em; } + +footer a, footer a:hover, footer a:visited { + color: white; +} -- cgit v1.2.3