Style the "get in touch" slice

This commit is contained in:
Chris Lowis
2025-06-20 15:57:43 +01:00
parent a39fcae98b
commit 8514b203d1
2 changed files with 18 additions and 2 deletions

View File

@ -120,10 +120,26 @@ h1, h2, h3, h4, h5, h6 {
background-color: var(--cotech-light-grey);
}
.slice--blue {
background-color: var(--cotech-blue);
}
.slice-subtitle {
color: var(--cotech-light-grey);
}
.slice--blue .slice_title {
color: var(--cotech-white);
}
.slice p {
max-width: 70ch;
}
.slice--blue p {
color: var(--cotech-white);
}
.metadata {
display: flex;
gap: var(--space-xl);