/* ==UserStyle==
@name           dm5+漫畫櫃 卷軸美化
@namespace      github.com/openstyles/stylus
@version        1.1
@description    dm5+漫畫櫃 XY卷軸美化
@author         Leadra
@license MIT
@downloadURL none
==/UserStyle== */


@-moz-document domain("dm5.com"), domain("manhuagui.com") {

::-webkit-scrollbar {
 
    width : 0.6em;
    height : 0.6em ;
}
  ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.3);
}  
::-webkit-scrollbar-thumb {
  //background-color: #d1c9c954;
  border: 1px solid #708090;
}

/*來自laster2800_https://greasyfork.org/zh-CN/scripts/430290-滚动条美化*/
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #00000000;
}

body::-webkit-scrollbar-thumb {
    background-color: #00000040;
}

body::-webkit-scrollbar-corner {
    background-color: #00000000;
}

    }