Taille de police + couleur lien

This commit is contained in:
Yann 2022-06-06 08:00:47 +02:00
parent 2a30e4e472
commit 1aed05d70f

View File

@ -2,7 +2,7 @@
--header-background-color: #1b2b34eb; --header-background-color: #1b2b34eb;
--main-background-color: #343D46; --main-background-color: #343D46;
--text: #d8dee9fd; --text: #d8dee9fd;
--link: #6699CC; --link: #c594c5;
--footer-link: #50585D; --footer-link: #50585D;
--title: #f99157; --title: #f99157;
--post-title: #a7adba; --post-title: #a7adba;
@ -93,28 +93,28 @@ h5 a {
h6 a { h6 a {
color: var(--post-title) color: var(--post-title)
} }
h1 { /* h1 { */
font-size:5rem; /* font-size:5rem; */
line-height:1.2em; /* line-height:1.2em; */
text-indent:-3px /* text-indent:-3px */
} /* } */
h2 { /* h2 { */
font-size:4rem; /* font-size:4rem; */
line-height:1.2em; /* line-height:1.2em; */
text-indent:-2px /* text-indent:-2px */
} /* } */
h3 { /* h3 { */
font-size:3.5rem /* font-size:3.5rem */
} /* } */
h4 { /* h4 { */
font-size:3rem /* font-size:3rem */
} /* } */
h5 { /* h5 { */
font-size:2.5rem /* font-size:2.5rem */
} /* } */
h6 { /* h6 { */
font-size:2rem /* font-size:2rem */
} /* } */
a { a {
color: var(--link); color: var(--link);
-webkit-transition:color ease 0.3s; -webkit-transition:color ease 0.3s;
@ -291,6 +291,9 @@ textarea {
.site-nav ul { .site-nav ul {
padding:0 padding:0
} }
.site-nav li {
padding-right: 16px;
}
.site-nav ul li { .site-nav ul li {
display:inline-block; display:inline-block;
list-style:none list-style:none