:root {
    --md-primary-fg-color: #57147E;
}

.md-typeset a {
    color: #57147E;
}

th {
    background-color: #57147E;
    color: white;
}

table tr:nth-child(odd) {
    background-color: #57147E;
    color: white;
    padding-left: 10px;
}

table tr:nth-child(odd):hover {
    background-color: #57147E;
    color: white;
}
