From 71621f32d23d700429b4b97a400660cafef6fb7a Mon Sep 17 00:00:00 2001 From: theAMD Date: Tue, 3 Dec 2019 13:53:56 +0100 Subject: [PATCH] add transaparent background to console body If you have specified default body background color (i.e. using gnome dark-theme), it renders console over the page content. This should fix it. --- console/console.css | 1 + 1 file changed, 1 insertion(+) diff --git a/console/console.css b/console/console.css index b58cd42..d7694d3 100644 --- a/console/console.css +++ b/console/console.css @@ -4,6 +4,7 @@ body { width: 100%; position: absolute; bottom: 0px; + background-color: transparent !important; } body * {