<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-scrollbar {
width: 0px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #101010;
}
::-webkit-scrollbar-thumb:hover {
background: #101010;
}
#doro-aside{
scrollbar-width: none; -ms-overflow-style: none; }
html{
scrollbar-width: none; -ms-overflow-style: none; }</pre></body></html>