/*
Theme Name: one ten technology
Author: jerry dif
Description: one ten technology
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
}

::-webkit-scrollbar-thumb {
  background: #D80621; /* Purple Scroll Bar */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a51dc7; /* Dark Purple on Hover */
}

/* For Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #D80621 #f1f1f1;
}
