:root {
    --accent: var(--acc-wyoming);
    --header-title: "1 5 0";
    --header-subtitle: "一致 培植 突发";
    	--logo-img: url(/api/css-proxy?url=https%3A%2F%2Fscp-wiki.wdfiles.com%2Flocal--files%2Fliryn%2FATOM.svg);
	--darkmode-logo-img: url(/api/css-proxy?url=https%3A%2F%2Fscp-wiki.wdfiles.com%2Flocal--files%2Fliryn%2FATOM.svg);
}

#header h1 a::before {
    word-spacing: -18px;
    font-size: 1.5em;
    color: rgb(var(--accent));
}

#header h1 a::after {
    display: flex;
    justify-content: center;
    margin-top: -2.6em;
    content: "美国怀俄明州，提顿县";
    color: var(--header-txt-color);
    font-family: var(--head-font);
    font-size: 1rem;
    text-shadow: none;
    word-spacing: 10px;
}

#header h2::before {
    font-size: 1.3em;
    margin-top: 1.2rem;
}

body {
    background-image: linear-gradient(to bottom, #58000024, #fff 200px);
}
