From 11c8b5c4a0b54d5fd52999936c5b041098317c1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Jan 2020 09:47:03 +0100 Subject: [PATCH] style: use inverted colours for screen/commands --- chloro/phyll/static/css/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index 4354edb..9513ffc 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -116,6 +116,12 @@ main { font-style: italic; } } + code, + pre.screen { + background: #111; + color: white; + padding: 2px; + } div.meta { margin-top: 3em; color: lighten($text-color, 40%); -- 2.39.2