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.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index e6ab35f8a..1f8ea041e 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -51,6 +51,7 @@
.hljs {
position: relative;
+ visibility: visible;
}
}
@@ -163,11 +164,11 @@ code {
}
.hljs {
+ background: #f8f8f8;
+ color: #333;
display: block;
overflow-x: auto;
padding: 0.5em;
- color: #333;
- background: #f8f8f8;
}
.container {
@@ -175,7 +176,7 @@ code {
}
.links {
- margin-top: 30px;
font-size: 1.2em;
+ margin-top: 30px;
}
} \ No newline at end of file