Ultima attività 1742116667

I got tired of it flashing white whenever I hard refresh

Revisione 4b8e68d38c3cc4c09ea91228e823b6024aea68ee

user-style.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}