font size
This commit is contained in:
parent
1d577e4df9
commit
52a86347fa
|
@ -19,6 +19,7 @@
|
|||
.prettyprint {
|
||||
background: $steel;
|
||||
font-family: $mono-font;
|
||||
color: $snow;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding: 0px;
|
||||
|
@ -35,6 +36,8 @@
|
|||
margin: 0px;
|
||||
overflow: auto;
|
||||
border-radius: 3px;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
|
||||
li {
|
||||
color: $metal;
|
||||
|
@ -42,6 +45,7 @@
|
|||
margin-bottom: 5px;
|
||||
line-height: normal;
|
||||
list-style-type: decimal;
|
||||
font-size: 14px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
|
|
Loading…
Reference in New Issue