GitLab Personal

Personal styles for GitLab

目前为 2019-11-19 提交的版本。查看 最新版本

/* ==UserStyle==
@name GitLab Personal
@author @flippidippi
@description Personal styles for GitLab
@version 1.0.0
@namespace https://greasyfork.org/users/399435
@license unlicense
==/UserStyle== */

@-moz-document domain("gitlab.com") {
  .note-textarea.js-gfm-input.js-autosize.markdown-area.qa-description-textarea {
    max-width: none;
    font-size: 13px;
    color: #ebdab1;
    background-color: #1e2021;
  }

  .zen-backdrop.fullscreen textarea {
    max-height: calc(100vh);
  }
}