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:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user