/* Change background of admin site */
body {
    background-color: bisque !important; /* Light grey-blue background */
}

/* Optional: Change the background of header and other elements */
.navbar, #sidebar {
    background-color: #3dd0de !important;
}
