diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-29 01:22:07 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-29 01:22:07 +0200 |
| commit | 8b17b337050868bd39bc40b65f605624f93c40ca (patch) | |
| tree | 35792aee18a8c04be09639dd8e6c4c4227574cdd | |
| parent | 009295b17cda9fed86ac6379997e078e1dd3bec4 (diff) | |
poole.css: better code block style
| -rw-r--r-- | static/css/poole.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/static/css/poole.css b/static/css/poole.css index 5118626..125d4de 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -159,10 +159,11 @@ pre { display: block; overflow: auto; margin: 0; - padding: 0; line-height: 1.4; white-space: pre; background-color: #fff; + padding: 14px; + border-radius: 14px; } pre code { padding: 0; @@ -172,11 +173,11 @@ pre code { } .highlight { font-size: 90%; - margin-bottom: 1rem; - border-radius: 4px; - border: 1px solid; - border-color: #ddd #ddd #ccc; - border-radius: 3px; + /*margin-bottom: 1rem;*/ + /*border-radius: 4px;*/ + /*border: 1px solid;*/ + /*border-color: #ddd #ddd #ccc;*/ + /*border-radius: 3px;*/ } .highlight pre { margin-bottom: 0; |
