/* style.css - canonical shape-standard stylesheet. ASCII only. */

/* themed-scrollbar v1 (promptdesk.top) */
* { scrollbar-width: thin; scrollbar-color: #b8860b #dfdcd2; }
::-webkit-scrollbar { width: 13px; height: 13px; }
::-webkit-scrollbar-track { background: #dfdcd2; }
::-webkit-scrollbar-thumb { background: #b8860b; border-radius: 7px; border: 2px solid #dfdcd2; }
::-webkit-scrollbar-thumb:hover { background: #d4a017; }
::-webkit-scrollbar-corner { background: #dfdcd2; }
