From 615440b64ec78a30272671c12dda575bfc54a7df Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 1 Jun 2018 13:48:52 -0500 Subject: Fix markdown code highlighting --- app/assets/stylesheets/bootstrap_migration.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index d8e57834f9e..fe79b796481 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -55,8 +55,13 @@ a { code { padding: 2px 4px; + color: $red-600; background-color: $red-100; border-radius: 3px; + + .code & { + background-color: inherit; + } } table { -- cgit v1.2.1