/* variables.css */
:root {
    --content-width: 50rem;
    --body-bg: Ivory;
    --body-text: Black;
    --a-text: FireBrick;
    --a-text-hover: DarkRed;
    --btn-bg: Crimson;
    --btn-text: Ivory;
    --btn-bg-hover: DarkRed;
    --btn-text-hover: Ivory;
    --h-text: Maroon;
    --bq-border: FireBrick;
    --code-bg: White;
    --pre-bg: White;
    --pre-border: FireBrick;
    --aether-bg: FireBrick;
    --astronomy-bg: FireBrick;
    --astronomy-text: Ivory;
    --astronomy-bg-hover: DarkRed;
    --astronomy-text-hover: Ivory;
    --dotslash-bg: FireBrick;
    --dotslash-text: Ivory;
    --dotslash-bg-hover: DarkRed;
    --dotslash-text-hover: Ivory;
    --arrow-dot: Ivory;
    --arrow-dot-hover: Ivory;
    --arrow-dot-active: Ivory;
    --compass-bg: FireBrick;
    --compass-bg-hover: DarkRed;
    --compass-bg-active: DarkRed;
    --compass-text: Ivory;
    --compass-text-hover: Ivory;
    --compass-text-active: Ivory;
    --nether-text: Maroon;
    --a-text-postlist: FireBrick;
    --a-text-postlist-hover:DarkRed;
}
[data-theme="dark"] {
    --body-bg: Ivory;
}
