font size

This commit is contained in:
Alex Wolfe 2015-03-01 21:39:57 -08:00
parent 1d577e4df9
commit 52a86347fa
1 changed files with 4 additions and 0 deletions

View File

@ -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;