Try it out yourself in Google Chrome:
/***********************************************************
Go to http://getbootstrap.com/getting-started/
Then try paste this CSS into Stylebot Chrome extension:
***********************************************************/
.back-to-top {
border: 1px solid #b7dbff;
border-radius: 5px;
color: dodgerblue;
padding: 10px;
}
.back-to-top:before {
content: "⇧";
font-size: 150%;
line-height: 1px;
padding-right: 6px;
}
li.active > a {
background-color: #eaf5ff;
}