更多操作
无编辑摘要 |
无编辑摘要 |
||
第5行: | 第5行: | ||
.wikitable th, .wikitable td:last-child { | .wikitable th, .wikitable td:last-child { | ||
border-right: none; | border-right: none; | ||
} | |||
:root { | |||
--box-shadow-border: 0 2px 3px 0 var(--border-color-base); | |||
} | |||
.citizen-overflow-wrapper { | |||
background: #fff; | |||
} | } |
2024年12月20日 (五) 22:56的版本
/* 这里所有CSS都会加载给Citizen皮肤的用户 */
.wikitable th, .wikitable td {
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.wikitable th, .wikitable td:last-child {
border-right: none;
}
:root {
--box-shadow-border: 0 2px 3px 0 var(--border-color-base);
}
.citizen-overflow-wrapper {
background: #fff;
}