A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

24 行
352B

  1. .tabnav {
  2. background-color: $tabnav-bg;
  3. color: $tabnav-text;
  4. li {
  5. display: inline;
  6. }
  7. a {
  8. padding: 0 10px;
  9. text-decoration: none;
  10. }
  11. div.tab-content {
  12. background-color: $tabnav-content-bg;
  13. color: $tabnav-content-text;
  14. }
  15. }
  16. .tab-selected {
  17. background-color: $tabnav-content-bg;
  18. color: $tabnav-content-text;
  19. }