Outlook 365 Dark Loading Screen.
Outlook 365 Dark Loading Screen by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryoutlook.office365.com
Created
Updated
Size886 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 Outlook 365 Dark Loading Screen
@version 20240705.99.2
@namespace english
@description Outlook 365 Dark Loading Screen.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("outlook.office365.com") , domain("outlook.office.com") {
/* ==UserStyle==
@name Outlook 365 Dark Loading Screen
@description Outlook 365 Dark Loading Screen.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
@preprocessor stylus
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html #loadingScreen {
background-color: #292929;
}
}