Update TechDocs Headings css font weight (#7931)

* update headings style

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* add changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* update changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* rename changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
This commit is contained in:
Kim Jin
2021-11-11 21:45:40 +11:00
committed by GitHub
parent 87d38d61e5
commit 53c9ad7e04
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Update font weight for headings in TechDocs
@@ -198,6 +198,7 @@ export const useTechDocsReaderDom = (): Element | null => {
.md-footer-nav__link { width: 20rem;}
.md-content { margin-left: 20rem; max-width: calc(100% - 20rem * 2 - 3rem); }
.md-typeset { font-size: 1rem; }
.md-typeset h1, .md-typeset h2, .md-typeset h3 { font-weight: bold; }
.md-nav { font-size: 1rem; }
.md-grid { max-width: 90vw; margin: 0 }
.md-typeset table:not([class]) {