From 7335ca2a5b533fe5287a0658c255446721241714 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 13 Jul 2022 01:15:26 +1000 Subject: [PATCH] Update app.css --- resources/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index a387433..16cbeb0 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -60,7 +60,7 @@ background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%); vertical-align: middle; width: 100%; background: rgb(58, 83, 242); /* Fallback for IE 11*/ - background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%); + background: linear-gradient(#759CF0 10%, #2362DE 100%); } .navbarbuttoncontainer, .smallnavbarbuttoncontainer, .navbarlogincontainer { padding-left: 5px; @@ -160,7 +160,7 @@ background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%); color: rgb(255, 255, 255); text-size-adjust: auto; text-align: left; - background-color: black; + background: linear-gradient(#2f2f2f 10%, #000000 100%); ; } .invisible, #invisible { display: none !important;