This commit is contained in:
2021-06-04 12:03:43 +02:00
parent 0dbcf4d2d8
commit 20842c2ae8
3 changed files with 4 additions and 3 deletions
@@ -1052,7 +1052,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
display: none; } }
.gouvernance {
background-color: #333333;
background-color: #404040;
color: #ffffff;
text-transform: uppercase;
padding-bottom: 6rem;
@@ -1439,6 +1439,7 @@ button:focus {
.callout {
background: #000;
filter: opacity(0.75);
color: #fff;
padding: 4rem 0.938rem; }
@media only all and (max-width: 59.938em) {
@@ -377,7 +377,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
}
.gouvernance {
background-color: hsl(0,0%,20%);
background-color: hsl(0,0%,25%);
color: #ffffff;
text-transform: uppercase;
padding-bottom: 6rem;
@@ -7,7 +7,7 @@ $image-margin: 2rem;
// styling
.callout {
background: $text-bg;
// filter:opacity(0.7);
filter:opacity(0.75);
color: #fff;
padding: $text-padding $content-padding;
@include breakpoint(desktop-only) {