aboutsummaryrefslogtreecommitdiff
path: root/cmd/present/static/article.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/present/static/article.css')
-rw-r--r--cmd/present/static/article.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/cmd/present/static/article.css b/cmd/present/static/article.css
index 52fd73737..b577aaf2e 100644
--- a/cmd/present/static/article.css
+++ b/cmd/present/static/article.css
@@ -102,29 +102,33 @@ div#footer {
div.code,
div.output {
+ margin: 0;
+}
+
+pre {
margin: 20px 20px 20px 40px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
-div.output {
+div.output pre {
padding: 10px;
}
-div.code {
+pre {
background: white;
}
-div.output {
+div.output pre {
background: black;
}
-div.output .stdout {
+div.output .stdout pre {
color: #e6e6e6;
}
-div.output .stderr {
+div.output .stderr pre {
color: rgb(244, 74, 63);
}
-div.output .system {
+div.output .system pre {
color: rgb(255, 209, 77);
}