sentry.uuid.rocks.css
· 561 B · CSS
Raw
/* ==UserStyle==
@name sentry.uuid.rocks
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/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 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 | } |