>Alistair3149 无编辑摘要 |
>Alistair3149 (Alistair3149 changed the content model of the page Template:Hatnote/styles.css from "plain text" to "Sanitized CSS") |
(没有差异)
|
2021年10月6日 (三) 18:56的版本
.hatnote {
margin-top: 0.6rem;
margin-bottom: 0.8rem;
border-radius: 8px;
padding: 10px 15px;
font-size: 0.875rem;
line-height: 1.4;
display: flex;
align-items: center;
}
.hatnote-icon img {
margin-right: 10px;
width: 14px;
height: auto;
}
/* Dark theme */
html.skin-citizen-dark .hatnote-icon img {
filter: invert(1);
}