@import url("./base.css");

:root {
    color: #fff;
    background-color: #000;

    --color-link: #aaaaff;
    --color-link-visited: #ffaaff;
}