html[data-theme="dark"] {
    --page-gray: #000000;
    --paper: #080808;
    --paper-dark: #111111;
    --panel: #181818;
    --button: #202020;
    --line: #555555;
    --line-light: #999999;
    --text: #f2f2f2;
    --muted-text: #b5b5b5;
    --link: #73c7ff;
    --visited-link: #c8a8e8;
    --hover-link: #ffad86;
}

html[data-theme="dark"] .home-directions > div,
html[data-theme="dark"] .home-projects > a,
html[data-theme="dark"] .blog-entry,
html[data-theme="dark"] .inner-table td {
    background-color: #151515;
}

html[data-theme="dark"] .inner-table th {
    background-color: #202020;
}

html[data-theme="dark"] .float-img img {
    background-color: #303030;
}