blob: 3aef9685ff5255627ced23a8dbc87525a7c9db10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pre, code {
font-family: 'Ubuntu Mono', 'Courier New', 'Lucida Console', monospace !important;
}
@import "pygments.less";
.code-highlight pre {
margin-bottom: 25px;
padding: 20px 10px;
background-color: inherit;
color: inherit;
border: inherit;
color: #D7DAE0;
}
|