From 45f56185880d45714058d3a396514461ac648f41 Mon Sep 17 00:00:00 2001 From: Yann Date: Mon, 6 Jun 2022 10:42:06 +0200 Subject: [PATCH] Correction de coquilles --- assets/css/screen.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 7c2c9fd..acd6d81 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -309,15 +309,11 @@ textarea { hyphens:auto } .post-title { - color: var(--post-title); + color: var(--link); margin:0; } -.post-title a { - text-decoration:none -} .post-excerpt p { margin:1.6rem 0 0 0; - font-size:0.9em; line-height:1.6em } .post-meta { @@ -330,15 +326,12 @@ textarea { margin-bottom: 25px; } .post a { - color: var(--text); + color: var(--link); text-decoration:none } .post a:hover { text-decoration:underline; } -.post-header a { - color: var(--link); -} .user-meta { position:relative; padding:0.3rem 40px 0 100px;