fix(techdocs): code block margins

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-03-28 10:44:43 +02:00
parent 52708317f9
commit bf4d052897
@@ -576,6 +576,10 @@ export const useTechDocsReaderDom = (
.md-content__inner {
margin: 0;
}
.md-content__inner .highlighttable {
max-width: 100%;
margin: 1em 0;
}
.md-header__button {
margin: 0.4rem 0;
@@ -707,7 +711,7 @@ export const useTechDocsReaderDom = (
.highlight .md-clipboard:after {
content: unset;
}
.highlight .nx {
color: ${isDarkTheme ? '#ff53a3' : '#ec407a'};
}