change typo et couleur

This commit is contained in:
2024-04-16 09:32:02 +02:00
parent 31fe945538
commit 82076eabb0
66 changed files with 6105 additions and 1133 deletions
@@ -1,5 +1,6 @@
body,html{
font-size: 16px;
font-family: 'Marianne', "sans-serif";
line-height: 1.2;
background: $fond;
.is-active{
@@ -25,24 +26,24 @@ h1,h2,h3,h4{
}
h2{
font-family: 'dukefill';
font-family: 'Marianne';
font-size: 2.5rem;
line-height: 2.5rem;
color: $color2;
color: $col_black;
@media screen and (min-width: 768px) {
font-size: 3rem;
line-height: 3.5rem;
}
a{
color: $color2;
color: $col_black;
}
}
h3{
margin: 1rem 0;
font-family: 'dukefill';
font-family: 'Mariannebold';
font-size: 2rem;
color: $lightgrey;
color: $color2024;
@media screen and (min-width: 768px){
font-size: 2.5rem;
line-height: 3.5rem;
@@ -58,15 +59,15 @@ p {
p{
font-size: 1rem;
line-height: 1.5rem;
font-family: 'truenoregular';
font-family: 'Marianneregular';
strong{
font-family: 'truenobold';
font-family: 'Mariannebold';
em{
font-family: 'truenobold_italic';
font-family: 'Mariannebold_italic';
}
}
em{
font-family: 'truenoregular_italic';
font-family: 'Marianneregular_italic';
}
a{
display: inline;
@@ -86,7 +87,7 @@ a{
blockquote{
margin: 2rem 1rem 2rem 1rem;
color: $lightgrey;
@include croix_or_B;
// @include croix_or_B;
@media screen and (min-width: 768px) {
margin: 3.5rem 2rem 4rem 2rem;
p{
@@ -94,7 +95,7 @@ blockquote{
}
}
p{
font-family: 'cormorantBold';
font-family: 'Mariannebold';
font-size: 2rem;
line-height: 2.5rem;
font-weight: lighter;
@@ -119,7 +120,7 @@ button{
footer{
*{
font-family: 'truenobold';
font-family: 'Marianne';
color: $col_black;
}
h2{