Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第3行: | 第3行: | ||
justify-content: space-between; | justify-content: space-between; | ||
padding-top: 0px; | padding-top: 0px; | ||
padding-bottom: - | padding-bottom: -30px; | ||
} | } | ||
2023年12月6日 (三) 11:13的版本
.infobox-title-container {
display: flex;
justify-content: space-between;
padding-top: 0px;
padding-bottom: -30px;
}
.infobox-title-container img {
opacity: .7;
}
.infobox-title-container img.inverted {
filter: invert(1) hue-rotate(180deg);
}
/* Dark mode */
html.skin-citizen-dark .infobox-title-container img {
filter: invert(1) hue-rotate(180deg);
}
html.skin-citizen-dark .infobox-title-container img.inverted {
filter: none;
}