/*
 Theme Name:   Divi Child
 Theme URI:    https://bargroove.com.br/
 Description:  Tema Groove Bar
 Author:       Caetano Garcia
 Author URI:   https://www.caetanogarcia.com/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  Divi-child
*/

/* Customização da barra de rolagem */
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #202020;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ec871c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ec871c;
}