@import url(http://fonts.googleapis.com/css?family=Inconsolata);
.hash {
    color: #5762f2;
}

.header {
    color: #598d97;
}

ul li:before{content:"~"; position:relative; }
ul li{ list-style-type: none;}
body {
    background-color: #101E2E;
    color: #bebebe;
    font-family: Inconsolata;
}

a  {
    color: #bebebe;
    text-decoration: underline;
}