mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Merge pull request #560 from alphagov/code-formatting-in-docs
Give the <code> example in docs better CSS
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user