From ae13ce5890ca44243b0183cf8d25008e0b7893b9 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 22 May 2019 10:15:06 +0200 Subject: [PATCH] Update main.css --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 440f5e13..8b4d05a8 100644 --- a/css/main.css +++ b/css/main.css @@ -721,7 +721,7 @@ color: #f6f6f7; } /* Ace Editor Settings */ -body > div:not[class]:last-of-type { +body > div:not([class]):last-of-type { background: rgba(0,0,0, 0.7)!important; }