index.less 190 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
@import '~antd/es/style/themes/default.less';
陈帅's avatar
陈帅 committed
2 3 4 5 6 7 8 9 10 11 12

.articleList {
  :global {
    .ant-list-item:first-child {
      padding-top: 0;
    }
  }
}
a.listItemMetaTitle {
  color: @heading-color;
}