Match admonition text size to content text size

Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
Otto Sichert
2022-02-16 22:30:03 +00:00
parent 561ee4746e
commit 6553985cd4
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 */