| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/custom/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/custom/__banner.scss |
/* FILE: custom/__banner.scss */
//
// Banner colors
//
.site-banner {
background-color: map_get( $customize_options, 'color-front-widgets' );
color: map_get( $customize_options, 'color-accent-text' );
background-color: var(--color-front-widgets);
color: var(--color-accent-text);
}
.custom-banner::before,
.site-banner-media::before {
background: transparent;
background: linear-gradient( transparent, map_get( $customize_options, 'color-front-widgets' ) );
background: linear-gradient( transparent, var(--color-front-widgets) );
}