Gmail dark loading screen by pabli

Details
Authorpabli
LicenseMIT
Created
Updated
Categorymail.google.com
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
Dark background for mail.google.com loading screen
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail dark loading screen
@namespace https://userstyles.world/user/pabli
@version 1.0.0
@description Dark background for mail.google.com loading screen
@author Pabli
@license MIT
@preprocessor stylus
@var color bg "Background" #000a13
@var color txt "Text" #ccc
@var color lin "Link" #3fafff
==/UserStyle== */
@-moz-document domain("mail.google.com") {
.la-i > div {
animation: none !important;
}
#loading, #stb {
background-color: bg !important;
}
.la-k .la-m,
.la-i > .la-m {
background: bg !important;
}
.la-k .la-l, .la-k .la-r {
border: 3px none bg !important;
}
.msg, .msgb {
color: txt !important;
}
.submit_as_link {
color: lin !important;
}
}