reset.css 540 B

1
  1. *{margin:0;padding:0;list-style:none;text-decoration:none;cursor:pointer}body,html{height:100%}a{display:block;height:100%;color:#000}a:visited{color:#000}::-webkit-scrollbar{width:5px;height:3px;background-color:rgba(0,0,0,.3)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#fff}::-webkit-scrollbar-thumb{border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgba(0,0,0,.3)}::-webkit-scrollbar-thumb:hover{border-radius:3px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}