[Frontend] Doc style tweak

Fixes #1677
This commit is contained in:
Charles Hacskaylo 2017-08-23 16:16:53 -07:00
parent fa1a942184
commit 10c0c29f64
2 changed files with 7 additions and 3 deletions

View File

@ -28,8 +28,8 @@
color: $colorKey; color: $colorKey;
} }
h1, h2 { h1, h2, strong, b {
color: pullForward($colorBodyFg, 20%); color: pullForward($colorBodyFg, 50%);
} }
h2 { h2 {
@ -45,6 +45,10 @@
text-transform: uppercase; text-transform: uppercase;
} }
strong, b {
font-weight: normal;
}
.w-markup { .w-markup {
//Wrap markup example "pre" element //Wrap markup example "pre" element
background-color: $colorCode; background-color: $colorCode;