:root{--page-background: white;--scrollbar-track: transparent;--scrollbar-thumb: #9ca3af;--scrollbar-thumb-hover: #374151;--scrollbar-width: 12px}html.dark{--page-background: black;--scrollbar-thumb: #9ca3af;--scrollbar-thumb-hover: #374151}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-width);border:calc(var(--scrollbar-width) / 4) solid var(--page-background)}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
