/*
Theme Name: Nara Boat
Theme URI: https://www.hexaweb.it
Template: hello-elementor
Author: Hexaweb.it
Author URI: https://www.hexaweb.it
Description: Tema realizzato per Nara Boat
Version: 1.0.0.1653722644
Updated: 2022-05-28 09:24:04

*/

a {
    color: var( --e-global-color-23b68d9 );
}
a:hover{
    color: #fff;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #00b8f4 #051c2e;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #051c2e;
}

*::-webkit-scrollbar-thumb {
  background-color: #00b8f4;
}