mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 17:59:45 -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;
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
code {
|
||||
background: $highlight-colour;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: 0 0 20px 0;
|
||||
background: #F8F8F8;
|
||||
background: $highlight-colour;
|
||||
}
|
||||
|
||||
strong,
|
||||
|
||||
Reference in New Issue
Block a user