diff --git a/example/styleguide/res/sass/_style-guide-base.scss b/example/styleguide/res/sass/_style-guide-base.scss index 0c536243e6..5c6cbd56c4 100644 --- a/example/styleguide/res/sass/_style-guide-base.scss +++ b/example/styleguide/res/sass/_style-guide-base.scss @@ -28,8 +28,8 @@ color: $colorKey; } - h1, h2 { - color: pullForward($colorBodyFg, 20%); + h1, h2, strong, b { + color: pullForward($colorBodyFg, 50%); } h2 { @@ -45,6 +45,10 @@ text-transform: uppercase; } + strong, b { + font-weight: normal; + } + .w-markup { //Wrap markup example "pre" element background-color: $colorCode; diff --git a/example/styleguide/res/templates/status.html b/example/styleguide/res/templates/status.html index 0e091b1340..52ce7e7f5a 100644 --- a/example/styleguide/res/templates/status.html +++ b/example/styleguide/res/templates/status.html @@ -124,7 +124,7 @@
DIAGNOSTIC with icon
INFO with icon
OK with icon
-
WARNING HI with custom icon
+
WARNING HI with custom icon