Fix code font size

This commit is contained in:
Nishanth Shanmugham
2015-09-05 08:32:52 -05:00
parent 12b2c918ba
commit 3f0693edb7
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ h4, h5, h6 {
code, pre {
font-family: @monospace-font-stack;
font-size: 0.95rem;
font-size: 0.98rem;
background-color: @background-gray;
}

View File

@@ -501,7 +501,7 @@ a {
.section.main .content .markdown code,
.section.main .content .markdown pre {
font-family: 'Ubuntu Mono', 'Menlo', monospace;
font-size: 0.95rem;
font-size: 0.98rem;
background-color: #f9f9f9;
}
.section.main .content .markdown code {