Merge remote-tracking branch 'upstream/master' into feat/techdocs-build-logs

This commit is contained in:
Dominik Henneke
2021-07-09 14:35:01 +02:00
376 changed files with 7496 additions and 8421 deletions
@@ -187,6 +187,17 @@ export const Reader = ({ entityId, onReady }: Props) => {
}
`,
}),
injectCss({
// Properly style code blocks.
css: `
.md-typeset pre > code::-webkit-scrollbar-thumb {
background-color: hsla(0, 0%, 0%, 0.32);
}
.md-typeset pre > code::-webkit-scrollbar-thumb:hover {
background-color: hsla(0, 0%, 0%, 0.87);
}
`,
}),
injectCss({
// Admonitions and others are using SVG masks to define icons. These
// masks are defined as CSS variables.