From 204688ee2ecc785cfc9f9ee6d86b77251da91efd Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 1 Jun 2018 17:02:59 +0000 Subject: Resolve "Branch names in system notes have incorrect color" --- app/assets/stylesheets/bootstrap_migration.scss | 6 ++++++ app/assets/stylesheets/framework/typography.scss | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 877da371ce7..d8e57834f9e 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -53,6 +53,12 @@ a { } } +code { + padding: 2px 4px; + background-color: $red-100; + border-radius: 3px; +} + table { // Remove any table border lines border-spacing: 0; diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index ed0bfbbe08b..97b821e0cb9 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -340,10 +340,6 @@ code { } } -a > code { - color: $link-color; -} - .monospace { font-family: $monospace_font; } -- cgit v1.2.1