diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-06-05 01:43:31 +0000 |
---|---|---|
committer | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-05 01:43:31 +0000 |
commit | 7a7fdbdc1fe008b3ae368d9f9bdd0d294205b738 (patch) | |
tree | e2ea5ba0425b0b3bf892488d3cb582269abcfe52 /app/assets/stylesheets/bootstrap_migration.scss | |
parent | ca13e1596852201801ed91240f47f7aa53a25938 (diff) | |
download | gitlab-ce-7a7fdbdc1fe008b3ae368d9f9bdd0d294205b738.tar.gz |
Fix markdown code highlighting
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index e24f8b1d4e8..5cf3bb4ae09 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -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 { |