noir 75%
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user