diff options
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 |
