From 043828de6809a855a6d1de3108b78663adade63c Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Fri, 18 Oct 2019 12:00:46 +0200 Subject: [PATCH] Add more styling --- packages/common/styles.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/common/styles.js b/packages/common/styles.js index 6c249cb3..3f5f027e 100644 --- a/packages/common/styles.js +++ b/packages/common/styles.js @@ -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; + } `; } -- GitLab