From 7aba4620842e4e1b253f087527b7d8b4abf7fb32 Mon Sep 17 00:00:00 2001 From: Yann Date: Mon, 6 Jun 2022 08:38:53 +0200 Subject: [PATCH] Nettoyage css titre --- assets/css/screen.css | 42 +++++------------------------------------- 1 file changed, 5 insertions(+), 37 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 945c90d..716c39d 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -76,46 +76,14 @@ h6 { letter-spacing:2px; font-weight:normal } -h1 a { - color: var(--post-title) -} -h2 a { - color: var(--post-title) -} -h3 a { - color: var(--post-title) -} -h4 a { - color: var(--post-title) -} -h5 a { - color: var(--post-title) -} +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, h6 a { color: var(--post-title) } -/* h1 { */ -/* font-size:5rem; */ -/* line-height:1.2em; */ -/* text-indent:-3px */ -/* } */ -/* h2 { */ -/* font-size:4rem; */ -/* line-height:1.2em; */ -/* text-indent:-2px */ -/* } */ -/* h3 { */ -/* font-size:3.5rem */ -/* } */ -/* h4 { */ -/* font-size:3rem */ -/* } */ -/* h5 { */ -/* font-size:2.5rem */ -/* } */ -/* h6 { */ -/* font-size:2rem */ -/* } */ a { color: var(--link); -webkit-transition:color ease 0.3s;