/*
 * CUSTOM CSS OVERRIDES
 *
 * This file is for customizing the appearance of your wiki.
 * Add your CSS rules below to override the default styles.
 *
 * Example - Change primary colors:
 */

/*
:root {
    --primary-color: #ff6600 !important;
    --primary-hover: #ff8833 !important;
}
*/

/* Your custom styles below */

img[src*="logo"] {
    width: 180px !important;
    height: auto !important;
}

.sidebar-title {
    align-items: start !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    width: 180px !important;
    height: auto !important;
    margin: 4px 0 0 0 !important;
    padding: 0 4px !important;
}
