aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 120f733..d7b08f1 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -8,5 +8,6 @@ img { max-width: 100%; }
.skip-link { display: none; }
footer { margin: 2rem 0;}
pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: lightgrey; }
+pre { overflow: auto; white-space: pre; }
blockquote p { margin: 0; }
-code { color: darkred; } \ No newline at end of file
+code { color: darkred; }