Corrrectif fond rose
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
min-height: 75vh;
|
||||
display: grid;
|
||||
grid-template-areas: "stack";
|
||||
background-color: #FFEDE5;
|
||||
}
|
||||
|
||||
.parallax > * {
|
||||
@@ -72,7 +73,7 @@
|
||||
.main-content {
|
||||
position: relative;
|
||||
/* z-index: 1; */
|
||||
background: hsl(238, 100%, 6%);
|
||||
background: #FFEDE5;
|
||||
padding-block: 6rem;
|
||||
}
|
||||
|
||||
@@ -144,7 +145,7 @@ img {
|
||||
}
|
||||
|
||||
.primary-nav a {
|
||||
color: white;
|
||||
color: rgb(227, 195, 14);
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -184,7 +185,7 @@ img {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: black;
|
||||
background: white;
|
||||
z-index: -1;
|
||||
scale: 2;
|
||||
opacity: 0.5;
|
||||
|
||||
Reference in New Issue
Block a user