Browse Source

Nice scrollbars in chrome also

master
decentral1se 3 years ago
parent
commit
d4d3592a2f
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 13
      style.css

13
style.css

@ -45,6 +45,19 @@ body {
scrollbar-color: #a4a4d4 #3c4cac;
}
#left::-webkit-scrollbar {
width: 12px;
}
#left::-webkit-scrollbar-track {
background: #a4a4d4;
}
#left::-webkit-scrollbar-thumb {
background-color: #3c4cac;
border-radius: 20px;
}
#right {
float: left;
width: 50%;

Loading…
Cancel
Save