Skip to content
Snippets Groups Projects
Commit 043828de authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add more styling

parent 0c705f07
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ export function getGeneralCSS() {
code {
background-color: var(--vpu-light);
color: var(--vpu-danger-bg-color);
font-size: 0.875em;
font-size: 1em;
line-height: 1.5em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em;
}
......@@ -425,5 +426,14 @@ export function getDocumentationCSS() {
color: #fff;
background-color: #000;
}
.documentation ul, .documentation ol, .documentation li {
margin: inherit;
padding: inherit;
}
.documentation li > ul {
margin-left: 0.5em;
}
`;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment