/*!
Theme Name: Blend UK Child Theme
Theme URI: https://www.nicolatweed.com
Template: kadence
Author: Nicola Tweed
Author URI: https://www.nicolatweed.com
Description: A child theme for Red Cat Design.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Blend-UK-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*scrollbar */
body::-webkit-scrollbar-track{
    background-color: #9cc4b1;
}

body::-webkit-scrollbar{
    width: 9px;
    background-color: #9cc4b1;
}

body::-webkit-scrollbar-thumb{
    background-color: #464e47;  
}