Last active 1742116667

I got tired of it flashing white whenever I hard refresh

Revision f220c95fd6aa7e3f7efda3b76b31864502f0ad96

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 A new userstyle
6@author Me
7==/UserStyle== */
8/* https://github.com/openstyles/stylus/wiki/Writing-UserCSS */
9@-moz-document domain("sentry.uuid.rocks") {
10 body {
11 background: rgb(26, 20, 31);
12 background-color: rgb(26, 20, 31);
13 }
14
15 .loading.triangle .loading-indicator {
16 background: rgb(26, 20, 31);
17 }
18
19 .loading .loading-message {
20 background: rgb(26, 20, 31);
21 }
22}