Nettoyage css titre

This commit is contained in:
Yann 2022-06-06 08:38:53 +02:00
parent 7cd539dacb
commit 7aba462084

View File

@ -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;