:root {
    --header-logo: url(/api/css-proxy?url=https%3A%2F%2Fscp-wiki.wdfiles.com%2Flocal--files%2Ftheme%253Aeigenvector%2Fraisa-dark.png);
    --basalt-main-text-color: 248,248,248;
    --basalt-light-text-color: 255,255,255;
    --basalt-sub-text-color: 180, 183, 193;
    --basalt-primary-color: 33,34,40;
    --basalt-secondary-color: 25,29,34;
    --basalt-tertiary-color: 43,47,55;
    --basalt-undertone: 63,174,255;
    --basalt-overtone: 16,17,18;
    --basalt-bright-element-color: var(--basalt-undertone);
    --basalt-dark-element-color: 168,136,230;

    --top-bar-dropdown-background: var(--basalt-secondary-color);
    --basalt-UI-opacity: 0.75;

    --h-border-color: var(--basalt-sub-text-color);
}

:is(#page-content table:not(.form), table.wiki-content-table) th {
    background-color: rgb(var(--basalt-overtone));
}
:is(#page-content table:not(.form), table.wiki-content-table) td {
    background-color: transparent;
}

#main-content > .page-tags::before {
    background-color: rgb(var(--vector-jean));
}
