您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.module.css 170B

123456
  1. .default-page-icon {
  2. width: 20px;
  3. height: 20px;
  4. background: url(../notion-page-selector/assets/notion-page.svg) center center no-repeat;
  5. background-size: cover;
  6. }