<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color: #000000
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 30px;
background-color:#ffbb33;
}

::-webkit-scrollbar-thumb:hover{
background-color:#ffbb33;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:15px;
height:15px
}

::-webkit-scrollbar{
width: 6px;
}
::selection {
    /* ÑƒÐºÐ°Ð¶Ð¸ Ñ†Ð²ÐµÑ‚ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ‚ÐµÐºÑÑ‚Ð° */
    background: #f8e24f;
}


</pre></body></html>