summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_markdown.scss')
-rw-r--r--webapp/sass/layout/_markdown.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index a9e011929..e6ab35f8a 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -156,3 +156,26 @@ code {
background: $white;
color: inherit;
}
+
+.help {
+ code {
+ background: rgba(51,51,51,0.1);
+ }
+
+ .hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 0.5em;
+ color: #333;
+ background: #f8f8f8;
+ }
+
+ .container {
+ margin-bottom: 40px;
+ }
+
+ .links {
+ margin-top: 30px;
+ font-size: 1.2em;
+ }
+} \ No newline at end of file