/* docs/source/_static/custom.css */

/* 1. Change the top logo/search area background to white */
.wy-side-nav-search {
    background-color: #ffffff !important;
}

/* 2. Change the text color in the logo area to be visible against white */
/* This affects the project name link */
.wy-side-nav-search>a,
.wy-side-nav-search .wy-dropdown>a {
    color: #343131 !important;
    /* Dark text */
    font-weight: bold;
}

/* 3. Change the main sidebar background to dark grey */
.wy-nav-side {
    background-color: #343131 !important;
}

/* Optional: Makes the search box look better on the white background */
.wy-side-nav-search input[type=text] {
    border-color: #ccc;
    color: #333;
    background-color: #fcfcfc;
}