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