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
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,8 @@ export function getGeneralCSS() { ...@@ -36,7 +36,8 @@ export function getGeneralCSS() {
code { code {
background-color: var(--vpu-light); background-color: var(--vpu-light);
color: var(--vpu-danger-bg-color); color: var(--vpu-danger-bg-color);
font-size: 0.875em; font-size: 1em;
line-height: 1.5em;
font-weight: normal; font-weight: normal;
padding: 0.25em 0.5em 0.25em; padding: 0.25em 0.5em 0.25em;
} }
...@@ -425,5 +426,14 @@ export function getDocumentationCSS() { ...@@ -425,5 +426,14 @@ export function getDocumentationCSS() {
color: #fff; color: #fff;
background-color: #000; 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.
Please register or to comment