Commit 7a7fdbdc authored by Clement Ho's avatar Clement Ho Committed by Annabel Gray

Fix markdown code highlighting

parent ca13e159
......@@ -61,8 +61,18 @@ a {
code {
padding: 2px 4px;
color: $red-600;
background-color: $red-100;
border-radius: 3px;
.code & {
background-color: inherit;
padding: unset;
}
}
.code {
padding: 9.5px;
}
table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment