Corrrectif fond rose

This commit is contained in:
Anthony Mahé
2025-03-05 14:00:17 +01:00
parent 11f7a628c8
commit 00f5ed85ad
25 changed files with 16 additions and 384 deletions

View File

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