noir 75%
This commit is contained in:
@@ -1052,7 +1052,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
display: none; } }
|
display: none; } }
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: #333333;
|
background-color: #404040;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
@@ -1439,6 +1439,7 @@ button:focus {
|
|||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
background: #000;
|
background: #000;
|
||||||
|
filter: opacity(0.75);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 4rem 0.938rem; }
|
padding: 4rem 0.938rem; }
|
||||||
@media only all and (max-width: 59.938em) {
|
@media only all and (max-width: 59.938em) {
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: hsl(0,0%,20%);
|
background-color: hsl(0,0%,25%);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ $image-margin: 2rem;
|
|||||||
// styling
|
// styling
|
||||||
.callout {
|
.callout {
|
||||||
background: $text-bg;
|
background: $text-bg;
|
||||||
// filter:opacity(0.7);
|
filter:opacity(0.75);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: $text-padding $content-padding;
|
padding: $text-padding $content-padding;
|
||||||
@include breakpoint(desktop-only) {
|
@include breakpoint(desktop-only) {
|
||||||
|
|||||||
Reference in New Issue
Block a user