diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 37a4e35..ff6764e 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -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) { diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index cfebe9a..29cf93a 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -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; diff --git a/user/themes/epau-antimatter/scss/template/modular/_text.scss b/user/themes/epau-antimatter/scss/template/modular/_text.scss index 940b281..97b075d 100644 --- a/user/themes/epau-antimatter/scss/template/modular/_text.scss +++ b/user/themes/epau-antimatter/scss/template/modular/_text.scss @@ -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) {