/* https://uxdesign.cc/dark-mode-ui-design-the-definitive-guide-part-1-color-53dcfaea5129 */

body {
    font-family: Helvetica, sans-serif;
    background-color:#27241d;
    color:#faf9f7;
}

h1 {
    color:#faf9f7;
}

a {
    color:#8a95ff;
}

a:hover {
    color:#5263ff;
}

table {
    width:100%;
}

table, th, td {
    border: 1px solid #504a40;
    border-collapse: collapse;
}

th, td {
    padding:6px 10px;
    text-align:left;
}

th {
    background-color:#504a40;
}

tbody.vocabulary-term-specification td.key {
    text-align:right;
    width:35%;
}

tbody.vocabulary-term-specification td.value {
    width:65%;
}