PamGram/resources/starrail/role_detail/css/custom.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
475 B
CSS
Raw Permalink Normal View History

/* 图标变黑色 */
.c-hrd-sk-ic-inner[unlock] > img {
filter: brightness(0);
}
.c-hrdcs-item[highlight] .c-hrdcs-icon{
filter: invert(21%) sepia(84%) saturate(7353%) hue-rotate(341deg) brightness(95%) contrast(115%);
}
.c-hrdr-icon[type=img][highlight] {
filter: invert(21%) sepia(84%) saturate(7353%) hue-rotate(341deg) brightness(95%) contrast(115%);
}
@font-face{
font-family: 'RPG_CN_Condensed';
src : url('../../../fonts/RPG_CN_Condensed.ttf');
}