Update scrollbar gutter to make less visible

This commit is contained in:
Vince 2013-06-13 13:50:53 +02:00
parent 5b0a8f157d
commit f4de6acd2f

View File

@ -32,5 +32,5 @@ ul, li {
}
::-webkit-scrollbar-track {
background-color: #444;
background-color: rgba(50, 50, 50, 0.4);;
}