/**
 * Custom CSS to override the default CSS for the Sphinx Book theme.
 */
[data-theme="light"] {
    /** Change the background color to match the background color of the logo */
    --pst-color-background: #f7f7f2 !important;
}

.component-author {
    display: none;
}
