Gmail dark loading screen by pabli

Details
Authorpabli
LicenseMIT
Created atAugust 20, 2021 10:07
Updated atAugust 20, 2021 10:07
Applies tomail.google.com
Statistics
Learn how we calculate statistics in the FAQ.
Total views759
Total installs17414
Weekly installs393
Description
Dark background for mail.google.com loading screen
☕ Support me on ko-fi
Notes
Userstyle doesn't have notes.History
Daily snapshots of style statistics.
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;
}
}