Tab Button Styles
/**
* Select Navigation Colors
* From Will-Myers.com
* Tab Bar
**/
.wm-tabs[data-navigation-type="select"] {
--select-menu-background-color: black;
--select-menu-border-color: white;
--select-navigation-button-background: transparent;
--select-navigation-button-color: currentColor;
--select-navigation-button-border-color: blue;
--select-navigation-active-outline-color: blue;
--select-button-color: white;
--select-button-hover-background: blue;
--select-button-active-color: red;
}