lib/jazzy/assets/css/jazzy.css.scss in jazzy-0.1.1 vs lib/jazzy/assets/css/jazzy.css.scss in jazzy-0.1.2
- old
+ new
@@ -1,7 +1,8 @@
$doc_coverage_color: #999;
$content_wrapper_width: 980px;
+$code-font: 12px Menlo, monospace;
html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {
background: transparent;
border: 0;
font-size: 100%;
@@ -95,10 +96,11 @@
}
.task-group-term {
font-size: 1.4em;
word-break: break-all;
> code {
+ font: $code-font;
display: inline-block;
}
}
.pointy-thing-container {
background: #fff;
@@ -147,9 +149,10 @@
}
}
.section .declaration {
margin-top: 21px;
code {
+ font: $code-font;
color: rgba(128, 128, 128, 1);
margin-bottom: 15px;
padding-bottom: 6px;
}
}