/**
* Only for [[鸣濑白羽]]
* [[Category:在主名字空间下的CSS页面]]
*/
/* 标题颜色 */
h2 .mw-headline,
h3 .mw-headline,
h4 .mw-headline,
h5 .mw-headline,
h6 .mw-headline {
color: purple;
}
/* 萌皮标题左侧小块颜色 */
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
background-color: purple !important;
}
h2 .mw-headline::before {
content: "\00A0";
background: url("https://img.moegirl.org.cn/common/a/ab/%E4%B8%83%E5%BD%B1%E8%9D%B6l.png") center/contain no-repeat;
display: inline-block;
width: 1em;
margin-right: 0.1em;
}