11 lines
384 B
CSS
11 lines
384 B
CSS
![]() |
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||
|
/* stylelint-disable no-duplicate-selectors */
|
||
|
/* stylelint-disable */
|
||
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||
|
.articleList :global .ant-list-item:first-child {
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
a.listItemMetaTitle {
|
||
|
color: rgba(0, 0, 0, 0.85);
|
||
|
}
|