From e341b4081e1889af0c0c8f830284312a6350eb6d Mon Sep 17 00:00:00 2001 From: Sergio Calvo del Cerro Date: Mon, 25 Nov 2019 10:10:40 +0100 Subject: [PATCH] Fix output highlighting for non-classic themes --- src/web/stylesheets/layout/_io.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css index 2c8be70e..a0998044 100755 --- a/src/web/stylesheets/layout/_io.css +++ b/src/web/stylesheets/layout/_io.css @@ -211,7 +211,7 @@ letter-spacing: normal; white-space: pre-wrap; word-wrap: break-word; - color: #fff; + color: transparent; background-color: transparent; border: none; pointer-events: none;