Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314151617181920212223242526
  1. .CodeMirror {
  2. font: 14px @monospaced-fonts, monospace;
  3. &.cm-s-default {
  4. border-radius: 3px;
  5. padding: 0 !important;
  6. }
  7. .cm-comment {
  8. background: inherit !important;
  9. }
  10. }
  11. .repository.file.editor .tab[data-tab="write"] {
  12. padding: 0 !important;
  13. }
  14. .repository.file.editor .tab[data-tab="write"] .editor-toolbar {
  15. border: 0 !important;
  16. }
  17. .repository.file.editor .tab[data-tab="write"] .CodeMirror {
  18. border-left: 0;
  19. border-right: 0;
  20. border-bottom: 0;
  21. }