From 583890db7207758e64a39887fb6ed69d8bb5f3b9 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 31 May 2018 12:42:52 -0700 Subject: Reset b and strong font weight to bold instead of bolder --- app/assets/stylesheets/bootstrap_migration.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index a40f4ea4f4b..1615f5e7d42 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; } -- cgit v1.2.1