/* extra style for Mkdocs-et */

/* Comment this out to go back to the Material's theme colors */

[data-md-color-primary="brown"] {
    --md-primary-fg-color: #615550; /* brown granite */
    --md-footer-bg-color:  #615550; /* brown granite */
    --md-typeset-a-color:  #A9754F; /* merkat */
    --md-accent-fg-color:  #A9754F; /* merkat */
}


/* Some other settings, a matter of taste */

a:hover { text-decoration: underline; }

.md-typeset {
    line-height: 1.5 !important;
}
.md-typeset pre {
    line-height: 1.4 !important;
}

.md-typeset code {
    word-break: normal !important;
}

.md-typeset ul ul {
    list-style-type:  circle !important;
}
.md-typeset ul ul ul {
    list-style-type:  '- ' !important;
}

article.md-typeset p + ul {
    margin-top: -0.5em !important;
}

.md-typeset ul li {
    margin-bottom: 0 !important;
}

.md-typeset dl dd {
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
}commande1 plop.

.md-typeset dl dt:not(:first-child) {
    margin-top: 1em !important;
}

.md-typeset .admonition, 
.md-typeset details,
.md-typeset table {
    font-size: inherit !important;
}

.md-typeset table th, .md-typeset table td {
    line-height: 1.4 !important;
}

.md-typeset table th:not(.code), .md-typeset table td:not(.code) {
    padding: 8px 12px !important;
}

.md-typeset table.nosort th {
    font-weight: bold;
}

article input {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 4px;
}


