Fix markdown code highlighting in mr discussion

This commit is contained in:
Clement Ho 2018-06-07 16:08:48 -05:00
parent 881d980afa
commit 0e794561bd
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ code {
background-color: $red-100; background-color: $red-100;
border-radius: 3px; border-radius: 3px;
.code & { .code > & {
background-color: inherit; background-color: inherit;
padding: unset; padding: unset;
} }