| 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/__header.scss |
/* FILE: custom/__header.scss */
//
// Site header colors
//
.site-header {
background-color: map_get( $customize_options, 'color-header' );
color: map_get( $customize_options, 'color-header-text' );
background-color: var(--color-header);
color: var(--color-header-text);
}
.nav-search-form {
form[role="search"],
.form-search,
.search-form {
background-color: map_get( $customize_options, 'color-accent' );
background-color: var(--color-accent);
color: #6a6c6e; //*
}
.search-field {
background-color: #fff; //*
color: #6a6c6e; //*
}
}