Greasy Fork is available in English.

GitLab Personal

Personal styles for GitLab

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

@-moz-document domain("gitlab.com") {
  textarea.js-gfm-input {
    background-color: #1e2021;
    color: #ebdab1;
    font-size: 14px !important;
    max-width: none !important;
  }

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