aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 07c3260..169dc1e 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -38,3 +38,12 @@ body {
}
}
}
+
+pre {
+ color: #eeeeee;
+ background-color: #212121;
+ border-radius: 10px;
+ padding: 1em;
+ white-space: pre-wrap;
+ margin: 0 2em;
+} \ No newline at end of file