/* ==UserStyle== @name GitLab Personal @author @flippidippi @description Personal styles for GitLab @version 1.0.0 @namespace https://greasyfork.org/users/399435 @license unlicense @downloadURL none ==/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); } }