/* Theme: Dark */
:root {
    --main-text-color: #d3d3d3;
    --main-bg-color: #000;
    --links-color: #27bbcc;
}

a:link, a:visited,
a:hover, a:active { text-decoration: underline dotted !important; }
