Skip to content
Snippets Groups Projects
Commit 7a7fdbdc authored by Clement Ho's avatar Clement Ho Committed by Annabel Gray
Browse files

Fix markdown code highlighting

parent ca13e159
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment