Merge pull request #9587 from backstage/feat/improve-admonition-size

Match admonition text size to content text size
This commit is contained in:
Otto Sichert
2022-02-17 08:23:28 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Match text size of admonitions to main content text size.
@@ -270,7 +270,7 @@ export const useTechDocsReaderDom = (entityRef: EntityName): Element | null => {
}
.md-typeset table:not([class]) th { font-weight: bold; }
.md-typeset .admonition, .md-typeset details {
font-size: 1rem;
font-size: inherit;
}
/* style the checkmarks of the task list */