diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 5cd9cf5..a6bd00f 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -43,7 +43,7 @@ b, strong, label, th { #body { background: #fff; - padding-top: 5rem; + padding-top: 8rem; padding-bottom: 11rem; } .left { @@ -889,6 +889,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 { padding-right: 2rem; } } .callout { + filter: opacity(0.75); position: relative; z-index: 1; padding-top: 0.5rem; @@ -1051,7 +1052,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 { display: none; } } .gouvernance { - background-color: #404040; + background-color: #000; + filter: opacity(0.75); color: #ffffff; text-transform: uppercase; padding-bottom: 6rem; @@ -1438,7 +1440,6 @@ 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 24f0e13..2629217 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -137,17 +137,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 { } } -// .callout { -// padding-top: 0.5rem; -// // background-color: rgba(0, 0, 255, 0.1); -// // opacity: 0.2; -// } - -// .callout h1, h2, h3, p { -// text-align: left !important; -// } - .callout { + filter:opacity(0.75); position: relative; z-index: 1; padding-top: 0.5rem; @@ -377,7 +368,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 { } .gouvernance { - background-color: hsl(0,0%,25%); + background-color: #000; + filter:opacity(0.75); 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 97b075d..46b1b39 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.75); + color: #fff; padding: $text-padding $content-padding; @include breakpoint(desktop-only) {