Merge pull request #560 from alphagov/code-formatting-in-docs

Give the <code> example in docs better CSS
This commit is contained in:
Chris Hill-Scott
2016-05-12 13:09:08 +01:00

View File

@@ -57,9 +57,19 @@
margin: 0 0 20px 0; margin: 0 0 20px 0;
} }
pre,
code {
font-size: 16px;
}
code {
background: $highlight-colour;
padding: 2px 5px;
}
.highlight { .highlight {
margin: 0 0 20px 0; margin: 0 0 20px 0;
background: #F8F8F8; background: $highlight-colour;
} }
strong, strong,