github.com/bitcubate/cryptojournal@v1.2.5-0.20171102134152-f578b3d788ab/src/app/assets/styles/app.css (about) 1 a { 2 text-decoration: none; 3 color: #b200ff; 4 } 5 6 .full-width { 7 width: 100%; 8 } 9 10 body::-webkit-scrollbar { 11 width: 1em; 12 } 13 14 body::-webkit-scrollbar-track { 15 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 16 } 17 18 body::-webkit-scrollbar-thumb { 19 background-color: #b200ff; 20 outline: 1px solid slategrey; 21 }