/*
Theme Name: 360 Outdoor
Theme URI: https://www.360-outdoor.bike
Description: 360 Outdoor child theme.
Author: Emilien Martinoty
Author URI: https://www.360-outdoor.bike
Template:     ollie
Version: 1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: 360-outdoor
*/

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: unset !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #7da41b;
}
.wp-block-table.is-style-stripes thead tr{
  background-color: #fff;
  color: #7da41b;
}


div.wpml-language-switcher-block{
  width: auto !important;
}