diff options
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 4a4da027c92..877da371ce7 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -36,6 +36,11 @@ html [type="button"], cursor: pointer; } +b, +strong { + font-weight: bold; +} + a { color: $gl-link-color; } |