From 10c0c29f64e9cb47d016a0663bf9f0c03cae3480 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 23 Aug 2017 16:16:53 -0700 Subject: [PATCH] [Frontend] Doc style tweak Fixes #1677 --- example/styleguide/res/sass/_style-guide-base.scss | 8 ++++++-- example/styleguide/res/templates/status.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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