aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-27 05:48:25 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-27 05:48:25 +0000
commitbe19e9db5cd591d0dea0603b0b82b1491e77677b (patch)
treeb944b59f57f163a3433a2e211197a0965adaea9a /scss
parentlot more writing about tablefs (diff)
downloadmmm-be19e9db5cd591d0dea0603b0b82b1491e77677b.tar.gz
mmm-be19e9db5cd591d0dea0603b0b82b1491e77677b.zip
styling
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