diff --git a/public/css/app.css b/public/css/app.css index e371b26..875c9eb 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -21,7 +21,7 @@ padding-left: 5px; width: 100%; text-align: center; - background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%); + background: linear-gradient(#f07575 10%, #de2323 100%); } .warningtext { @@ -53,7 +53,7 @@ border: 1px solid #3D414A; background: rgb(80, 80, 80); /* Fallback for IE 11*/ - background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%); + background: linear-gradient(#cacbcc 10%, #2d2d2d 100%); } .navbar { @@ -72,7 +72,7 @@ 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, @@ -266,7 +266,7 @@ min-height: 300px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -280,7 +280,7 @@ padding-right: 5px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -309,7 +309,7 @@ padding-top: 5px; background: rgb(172, 172, 172); /* Fallback for IE 11*/ - background-color: rgba(172, 172, 172, 0.8); + background-color: rgba(172, 172, 172); min-height: fit-content; } @@ -470,7 +470,7 @@ padding-right: 5px; background: rgb(255, 255, 255); /* Fallback for IE 11*/ - background-color: rgba(255, 255, 255, 0.3); + background-color: rgba(255, 255, 255); padding-bottom: 5px; padding-top: 5px; } @@ -491,7 +491,7 @@ width: 20%; height: 100%; margin-left: 0px; - background-color: rgba(132, 132, 132, 0.5); + background-color: rgba(132, 132, 132); padding-bottom: 5px; padding-top: 5px; } @@ -502,7 +502,7 @@ width: 80%; height: 100%; left: 20%; - background-color: rgba(132, 132, 132, 0.8); + background-color: rgba(132, 132, 132); padding-bottom: 5px; padding-top: 5px; } diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 5ce5ac7..07d43eb 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -16,7 +16,7 @@ - + diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 95adca0..db13785 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -16,7 +16,7 @@ - + diff --git a/resources/views/layouts/ide.blade.php b/resources/views/layouts/ide.blade.php index 1b4163c..fa51e49 100644 --- a/resources/views/layouts/ide.blade.php +++ b/resources/views/layouts/ide.blade.php @@ -16,7 +16,7 @@ - +