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