hugo-theme-hax0r/assets/css/components/_code.scss

13 lines
268 B
SCSS

pre {
font-family: "DOS", "Lucida Console", "monospace";
margin: 2em;
padding: 0.4em;
border: 1px dashed $border-color;
overflow: auto;
color: #f8f8f2;
background-color: #272822;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}