h4 tag change in font weight for fixing issue (#3696) (#3767)

* changed the font weight for h4 tag to have distinctive style from  bold text

* changed the font weight for h4 tag to have distinctive style from  bold text

* changed the font weight for h4 tag to have distinctive style from  bold text

* updated the font size h4 which can be easily distinguished in conmpare to bold text

* Updated the suggested changes

Co-authored-by: Evan Anderson <evana@vmware.com>
This commit is contained in:
Pratik Gholap 2021-07-01 16:55:03 +05:30 committed by GitHub
parent 8af6b23254
commit c5c3b2595b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,12 @@
font-size: 100%;
}
/* Giving h4 tag distinctive style because it is non-differntial with bold text */
.md-typeset h4 {
font-size: .9rem;
font-weight: normal;
}
/* fix wrapping behavior of code in tables */
.md-typeset table code {
word-break: normal;