/*
Theme Name: Lexi
Theme URI: https://lexi.lamosty.com/
Author: Rastislav Lamos
Author URI: https://lamosty.com/
Description: A single-page WordPress theme powered by WP REST API, React, alt (Flux-like), ES6, webpack and most importantly, Tufte CSS.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: lexi
*/

/* TODO: DIRTY CSS - TEMPORARY SOLUTION */
.section-header .titleSeparator {
  width: 80px !important;
}

body .lSSlideOuter .lSPager.lSpg>li.active a, body .lSSlideOuter .lSPager.lSpg>li:hover a {
  background: #fff;
  opacity: 1;
}

body .lSSlideOuter .lSPager.lSpg>li a {
  background: #fff;
  opacity: 0.5;
  color: transparent;
}

