ouidade 3 gadi atpakaļ
vecāks
revīzija
20842c2ae8

+ 2 - 1
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) {

+ 1 - 1
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;

+ 1 - 1
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) {