最后活跃于 1742116667

I got tired of it flashing white whenever I hard refresh

修订 e618ed0c414aaabfc1f3249b04aec65d1beda524

sentry.uuid.rocks.css 原始文件
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
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