mirror of https://github.com/knative/docs.git
* 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:
parent
8af6b23254
commit
c5c3b2595b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue