summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-01 13:48:52 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-01 13:48:52 -0500
commit615440b64ec78a30272671c12dda575bfc54a7df (patch)
treee272d54c212b6cbf62e5cb161cd0805134415dc1
parent81e899ea7141b34a7860f308327249784fb5d6cc (diff)
downloadgitlab-ce-615440b64ec78a30272671c12dda575bfc54a7df.tar.gz
Fix markdown code highlighting
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
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 {