diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-02 15:27:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-02 15:27:30 +0200 |
commit | 7e75bb936cf5b2bd2fa3344e13b6c486c8ecc8a3 (patch) | |
tree | 0d993b051fd0f6fcebed24bd972847cc714ba993 /pre-box.css | |
parent | 827139821d3f043db25322b9dd91a7314d46ab01 (diff) |
Add support for setting CLI code paragraph as box, similar to prev0.12.0
Diffstat (limited to 'pre-box.css')
-rw-r--r-- | pre-box.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pre-box.css b/pre-box.css index 4ac504b..62b3464 100644 --- a/pre-box.css +++ b/pre-box.css @@ -3,6 +3,8 @@ * license : MIT; see accompanying LICENSE file */ +/* Note: see also p-code-box.css. */ + pre { background-color: rgba(0, 0, 0, 0.05); |