diff --git a/css/main.css b/css/main.css index db4c8b4..65a0644 100644 --- a/css/main.css +++ b/css/main.css @@ -140,4 +140,8 @@ table.table-mini > tfoot > tr > th:first-child { table.table-mini > tbody > tr > td:not(:first-child) { min-width: 15px; -} \ No newline at end of file +} +.sidebar-custom-color { + background-color: #343C40 !important; + background-image: none !important; +} diff --git a/css/sb-admin-2.css b/css/sb-admin-2.css index 819c3f7..5651b6c 100644 --- a/css/sb-admin-2.css +++ b/css/sb-admin-2.css @@ -9863,8 +9863,8 @@ a:focus { } .bg-gradient-primary { - background-color: #343C40; - background-image: linear-gradient(180deg, #343C40 10%, #224abe 100%); + background-color: #4e73df; + background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); background-size: cover; } diff --git a/inc/sidebar.php b/inc/sidebar.php index 6ab5a92..90b08fb 100644 --- a/inc/sidebar.php +++ b/inc/sidebar.php @@ -1,5 +1,5 @@ -