19 lines
252 B
SCSS
Executable File
19 lines
252 B
SCSS
Executable File
---
|
|
---
|
|
|
|
/*@import "{{ site.theme }}";*/
|
|
|
|
pre,
|
|
code {
|
|
display: inline-block;
|
|
width: 100%;
|
|
font: 14px 'Source Code Pro', monospace;
|
|
color: #111;
|
|
border: 0;
|
|
background-color: #f9f9f9;
|
|
resize: none;
|
|
outline: 0;
|
|
}
|
|
|
|
|