summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-31 12:42:52 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-31 12:42:52 -0700
commit583890db7207758e64a39887fb6ed69d8bb5f3b9 (patch)
treecf757b68a17c4bd1d47ed333d323a7ff311b5df3
parentf153faa86e5ed3c0fff43f92bcc6121fe79b1070 (diff)
downloadgitlab-ce-583890db7207758e64a39887fb6ed69d8bb5f3b9.tar.gz
Reset b and strong font weight to bold instead of bolder
-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 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;
}