switching from black slate to black black

This commit is contained in:
Antoine M 2024-05-16 17:08:33 +02:00
parent 25b9e97fee
commit c07cd1f103

View File

@ -2,7 +2,7 @@
@apply mx-auto; @apply mx-auto;
} }
.footer { .footer {
@apply px-10 py-24 xl:p-32 w-screen relative z-10 text-slate-900; @apply px-10 py-24 xl:p-32 w-screen relative z-10 text-black;
margin: 10rem calc(50% - 50vw) -50px calc(50% - 50vw) !important; margin: 10rem calc(50% - 50vw) -50px calc(50% - 50vw) !important;
transform: translateY(30px); transform: translateY(30px);
@ -26,13 +26,13 @@
@apply block w-full h-auto; @apply block w-full h-auto;
} }
&__colophon { &__colophon {
@apply flex flex-col md:flex-row gap-x-12 gap-y-4 pt-24 items-start; @apply flex flex-col md:flex-row gap-x-12 gap-y-4 pt-10 md:pt-24 items-start;
.logo-lhoist { .logo-lhoist {
@apply w-40 h-auto; @apply w-40 h-auto;
} }
.credits { .credits {
@apply text-left; @apply text-left leading-normal;
p { p {
width: max-content; width: max-content;
} }
@ -47,7 +47,7 @@
flex-col flex-col
text-left text-left
md:flex-row md:flex-row
gap-x-4
md:ml-auto md:ml-auto
flex-wrap flex-wrap
lg:justify-end lg:justify-end
@ -57,8 +57,11 @@
} }
a { a {
@apply no-underline @apply no-underline
text-slate-900 text-black
px-3
py-2
block
hover:underline hover:underline
hover:text-lhoistdark hover:text-lhoistdark
underline-offset-4; underline-offset-4;
@ -67,7 +70,7 @@
.made_by { .made_by {
@apply w-full text-left lg:text-right text-lhoist pt-2 opacity-90; @apply w-full text-left lg:text-right text-lhoist pt-2 opacity-90;
a { a {
@apply text-lhoist; @apply text-lhoist inline px-0;
} }
} }
} }