/* ==UserStyle== @name sentry.uuid.rocks @namespace github.com/openstyles/stylus @version 1.0.0 @description Ensures Sentry doesn't flash white while loading. @author gist.uuid.rocks/jh @updateURL https://gist.uuid.rocks/jh/0d9e025f7473450f95c16a4673d58e79/raw/HEAD/sentry.uuid.rocks.css ==/UserStyle== */ /* https://github.com/openstyles/stylus/wiki/Writing-UserCSS */ @-moz-document domain("sentry.uuid.rocks") { body { background: rgb(26, 20, 31); background-color: rgb(26, 20, 31); } .loading.triangle .loading-indicator { background: rgb(26, 20, 31); } .loading .loading-message { background: rgb(26, 20, 31); } }