Changes the background of Gmail loading screen to very dark grey
Gmail loader respect dark mode by pomelo
Details
Authorpomelo
LicenseNo License
Categorygmail
Created
Updated
Size366 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gmail loader respect dark mode
@version 20220731.21.07
@namespace userstyles.world/user/pomelo
@description Changes the background of Gmail loading screen to very dark grey
@author pomelo
@license No License
==/UserStyle== */
@-moz-document domain("mail.google.com") {
#loading {
background-color: #111111;
}
}