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

2 年前
12345678910111213141516171819
  1. .theme-default-content:not(.custom){
  2. max-width:900px !important;
  3. }
  4. .theme-default-content code{
  5. color: #e96900 !important;
  6. }
  7. .theme-default-content li a:has(> code){
  8. color: #e96900 !important;
  9. }
  10. .theme-default-content > img{
  11. width:200px;
  12. height:200px;
  13. }
  14. .hiden{
  15. hight: 0;
  16. }