/*
Theme Name: Clearer Child
Theme URI: http://alx.media/themes/clearer/
Template: clearer
Author: Alexander Agnarson
Author URI: http://alx.media
Description: Clearer is a flexible blog and magazine theme with plenty of options. Optimized for all devices, this theme will stand out with a unique design, including dark/light mode. Demo: http://demo.alx.media/x/?theme=Clearer
Tags: blog,one-column,two-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,custom-logo,custom-header,custom-background,news,entertainment,footer-widgets
Version: 1.0.4.1756383234
Updated: 2025-08-28 12:13:54

*/

/* Szélesség */
::-webkit-scrollbar {
  width: 8px; /* Vékonyabbá tesszük, mint a szabványos "thin" */
  height: 8px; /* Vízszintes görgetősáv magassága */
}

/* Sín */
::-webkit-scrollbar-track {
  background: #555555;
  border-radius: 4px;
}

/* Csúszka */
::-webkit-scrollbar-thumb {
  background-color: #6ebc36;
  border-radius: 4px;
  border: 0px solid #f1f1f1; /* Opcionális keret, hogy kicsit elkülönüljön */
}

/* Csúszka hover esetén */
::-webkit-scrollbar-thumb:hover {
  background-color: #6ebc36;
}