diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index c51f7dfe..b4bbe25c 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -10692,7 +10692,7 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { */ /* line 2764, ../scss/styles.scss */ body.home-v2 { - background-color: #f7f8f2; + background-color: #f7f4ed; } /* line 2767, ../scss/styles.scss */ body.home-v2 #center { @@ -10766,7 +10766,7 @@ body.home-v2 #center { /* line 2813, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.intro-video { height: auto; - background-color: #f7f8f2; + background-color: #f7f4ed; margin-top: 2em; margin-bottom: 2em; padding-top: 0; @@ -10863,7 +10863,7 @@ body.home-v2 #center { border-radius: 5px; background-clip: padding-box; padding: 5px 12px 7px; - color: #f7f8f2; + color: #f7f4ed; font-size: 18px; font-weight: 500; -webkit-transition: opacity,background-color 0.2s ease-out; diff --git a/sites/all/themes/gui/materiobasetheme/scss/colors.scss b/sites/all/themes/gui/materiobasetheme/scss/colors.scss index b5d9b801..d7fbd35a 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/colors.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/colors.scss @@ -6,7 +6,7 @@ \___/\____/_/\____/_/ /____/ */ -$creme : #f7f8f2; +$creme : #f7f4ed; $orange : rgb(255,116,0); $bleumarine : rgb(27,20,100); $vertgris : rgb(95,159,131); diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index adadd8b3..4cea8acf 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -2812,7 +2812,7 @@ body.home-v2{ } &.intro-video{ height:auto; - background-color: #f7f8f2; + background-color: $creme; margin-top:2em;margin-bottom:2em; padding-top:0; .field-name-field-emvideo{ .embedded-video{