sentry.uuid.rocks.brave.css
· 279 B · CSS
Raw
@-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);
}
}
| 1 | @-moz-document domain("sentry.uuid.rocks") { |
| 2 | body { |
| 3 | background: rgb(26, 20, 31); |
| 4 | background-color: rgb(26, 20, 31); |
| 5 | } |
| 6 | |
| 7 | .loading.triangle .loading-indicator { |
| 8 | background: rgb(26, 20, 31); |
| 9 | } |
| 10 | |
| 11 | .loading .loading-message { |
| 12 | background: rgb(26, 20, 31); |
| 13 | } |
| 14 | } |
| 15 |
sentry.uuid.rocks.css
· 687 B · CSS
Raw
/* ==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);
}
}
| 1 | /* ==UserStyle== |
| 2 | @name sentry.uuid.rocks |
| 3 | @namespace github.com/openstyles/stylus |
| 4 | @version 1.0.0 |
| 5 | @description Ensures Sentry doesn't flash white while loading. |
| 6 | @author gist.uuid.rocks/jh |
| 7 | @updateURL https://gist.uuid.rocks/jh/0d9e025f7473450f95c16a4673d58e79/raw/HEAD/sentry.uuid.rocks.css |
| 8 | ==/UserStyle== */ |
| 9 | /* https://github.com/openstyles/stylus/wiki/Writing-UserCSS */ |
| 10 | @-moz-document domain("sentry.uuid.rocks") { |
| 11 | body { |
| 12 | background: rgb(26, 20, 31); |
| 13 | background-color: rgb(26, 20, 31); |
| 14 | } |
| 15 | |
| 16 | .loading.triangle .loading-indicator { |
| 17 | background: rgb(26, 20, 31); |
| 18 | } |
| 19 | |
| 20 | .loading .loading-message { |
| 21 | background: rgb(26, 20, 31); |
| 22 | } |
| 23 | } |
| 24 |