diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-27 13:28:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | 3a8d30dbd116eb6a6239a6c0411ad26de9614527 (patch) | |
| tree | d93abe76ac71e36e3a80b7d674db6ae38d68c66f /docs/style.css | |
| parent | docs: update extension guide (PureOp) (diff) | |
| download | alive-3a8d30dbd116eb6a6239a6c0411ad26de9614527.tar.gz alive-3a8d30dbd116eb6a6239a6c0411ad26de9614527.zip | |
docs: show output samples on dark background
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css index e3238e9..a559f28 100644 --- a/docs/style.css +++ b/docs/style.css @@ -35,12 +35,16 @@ code { pre { white-space: pre-wrap; +} + +pre > code { + display: block; padding: 0.5rem 1rem; background: #cccccc; } -pre > code { - padding: 0; - background: none; +pre > code.output { + background: #222222; + color: #cccccc; } h1, h2, h3, |
