From f500d631264185f5d9aa6b14a30ee1fbaaa73332 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:18:45 +1000 Subject: [PATCH] Update app.css --- resources/css/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 16cbeb0..fed6104 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -160,7 +160,9 @@ background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%); color: rgb(255, 255, 255); text-size-adjust: auto; text-align: left; - background: linear-gradient(#2f2f2f 10%, #000000 100%); ; + /*Fallback for IE 11*/ + background: black; + background: linear-gradient(#2f2f2f 10%, #000000 100%); } .invisible, #invisible { display: none !important;