From 1aed05d70fa5e12eb2bd9ca509b6cd5757061e3b Mon Sep 17 00:00:00 2001 From: Yann Date: Mon, 6 Jun 2022 08:00:47 +0200 Subject: [PATCH] Taille de police + couleur lien --- assets/css/screen.css | 49 +++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 8c94f2c..f97e6ac 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -2,7 +2,7 @@ --header-background-color: #1b2b34eb; --main-background-color: #343D46; --text: #d8dee9fd; - --link: #6699CC; + --link: #c594c5; --footer-link: #50585D; --title: #f99157; --post-title: #a7adba; @@ -93,28 +93,28 @@ 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 -} +/* 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; @@ -291,6 +291,9 @@ textarea { .site-nav ul { padding:0 } +.site-nav li { + padding-right: 16px; +} .site-nav ul li { display:inline-block; list-style:none