Match admonition text size to content text size
Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user