Last active 1742116667

I got tired of it flashing white whenever I hard refresh

sentry.uuid.rocks.brave.css Raw
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 Raw
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