[data-md-color-scheme="primary"] {
    --md-primary-fg-color: #145896;
    --md-primary-fg-color--light: #145490d0;
    --md-primary-fg-color--dark: #0e4c85;
}

[data-md-color-scheme="slate"] {
    --md-primary-fg-color: #145896;
    --md-primary-fg-color--light: #145490d0;
    --md-primary-fg-color--dark: #0e4c85;
}

del {
    background-position: 0;
    background-color: var(--md-typeset-color);
    color: transparent;
    padding: 0.1em 0;
    position: relative;
    text-decoration: none;
}

del * {
    opacity: 0;
}

del:hover {
    transition: color 0.17s linear;
    color: var(--md-default-bg-color);
}

del:hover * {
    transition: opacity 0.17s linear;
    opacity: inherit;
}

/* Custom styles to override MkDocs defaults and enhance theme */

/* Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */
article ul ul {
    list-style-type:  circle !important;
}

article ul ul ul {
    list-style-type:  square !important;
}

.md-grid {
    max-width: 95%;
}

@media only screen and (min-width: 76.25em) {
    .md-sidebar {
        width: 16rem;
    }

    .md-sidebar__inner {
        padding-right: calc(100% - 16rem) !important;
    }
}
