[[include :scp-wiki-cn:theme:black-highlighter-theme]]
然后连带这个module方块一起复制下面这堆代码
[[module CSS]]
:root {
--theme-base: "black-highlighter";
--header-title: "儿童鞋垫";
--header-subtitle: "摸鱼,混吃,等死";
--white-monochrome: 207, 223, 245;
--gray-monochrome: 35, 18, 93;
--background: linear-gradient(0.99 turn, #d5ebff, #d5ebff, #d5ebff);
--dark-accent: 35, 18, 93;
--pale-accent: 102, 93, 255;
--bright-accent: 102, 93, 255;
--light-gray-monochrome: 84, 84, 84;
--dark-gray-monochrome: 48, 48, 52;
--black-monochrome: 20, 22, 24;
--barColour: 35, 18, 93;
--medium-accent: 35, 18, 93;
--tab-border-color: 35, 18, 93;
}
:root:lang(cn) {
--header-title: "儿童鞋垫";
--header-subtitle: "摸鱼,混吃,等死";
}
#extra-div-1 {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: var(--header-height-on-desktop);
pointer-events: none;
background-image: url('https://scpsandboxcn.wikidot.com/local--files/gensokyo-soul/hubble.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
body {
background-color: #d5ebff;
}
[[/module]]