maj img + color*
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -20,7 +20,7 @@ body{
|
||||
p{
|
||||
strong{
|
||||
font-family: "Montserrat-Regular";
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
#header{
|
||||
@@ -28,7 +28,7 @@ body{
|
||||
font-family: $Regular;
|
||||
font-size: $font18;
|
||||
font-weight: normal;
|
||||
color: #4f100B;
|
||||
color: #ab1226;
|
||||
}
|
||||
.language-selector{
|
||||
li{
|
||||
@@ -36,7 +36,7 @@ body{
|
||||
&::after{
|
||||
font-size: $font24;
|
||||
content: "-";
|
||||
color: #4f100B;
|
||||
color: #ab1226;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -71,12 +71,13 @@ body{
|
||||
font-weight: normal;
|
||||
font-size: 25vw;
|
||||
text-transform: uppercase;
|
||||
mix-blend-mode: soft-light;
|
||||
color: #ab1226;
|
||||
}
|
||||
p, a {
|
||||
font-size: $font16;
|
||||
color: white;
|
||||
font-family: $light;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
#presse{
|
||||
|
||||
@@ -121,8 +121,8 @@
|
||||
height: 100%;
|
||||
}
|
||||
.red{
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#98272D), to(#4f100B));
|
||||
background-image: linear-gradient(#98272D, #4f100B);
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#ab1226), to(#5d0800));
|
||||
background-image: linear-gradient(#ab1226, #5d0800);
|
||||
position: relative;
|
||||
.chap{
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user