commit e35eef2aea3471d4791b8d268b431995bf84c9c5 parent faab451d9fc61264fd701a3a830d82bd08070bca Author: Peter Kosyh <p.kosyh@gmail.com> Date: Sat, 5 Sep 2020 23:05:14 +0300 bg color Diffstat:
| M | ii-node/lib/style.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/ii-node/lib/style.css b/ii-node/lib/style.css @@ -2,6 +2,9 @@ overflow-wrap: break-word; } +body { + background: #fffff9; +} .code { overflow-x: auto; white-space: pre-wrap;