// -----------------------------------------------------------------------------
// When having several themes, this file contains everything related to the
// default one.
// -----------------------------------------------------------------------------
html[data-theme='dark'] {
  $theme-color: #333;
}
