.src-archive { text-align: left; article { margin-bottom: 3em; } h2 { @include constrain_narrow; @include fontsize(24); @include generic_sans; font-weight: 400; margin-bottom: .25em; a { color: $body_font; } } } .src-topics { @include smcaps; @include fontsize(11); } .post--body pre { margin: 1em auto !important; } code.language-bash:before { content: "$ "; } code > .comment::after { display:none; }