diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 05:48:25 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 05:48:25 +0000 |
| commit | be19e9db5cd591d0dea0603b0b82b1491e77677b (patch) | |
| tree | b944b59f57f163a3433a2e211197a0965adaea9a /scss | |
| parent | lot more writing about tablefs (diff) | |
| download | mmm-be19e9db5cd591d0dea0603b0b82b1491e77677b.tar.gz mmm-be19e9db5cd591d0dea0603b0b82b1491e77677b.zip | |
styling
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 9 |
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 |
