Office 365 Onedrive dark mode while loading.
Office 365 Onedrive dark mode while loading by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorysharepoint.com
Created
Updated
Size985 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 Office 365 Onedrive dark mode while loading
@version 20240705.99.1
@namespace english
@description Office 365 Onedrive dark mode while loading.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp("^https?:\\/\\/.*sharepoint\\.com\\/personal.*") {
/* ==UserStyle==
@name Office 365 Onedrive dark mode while loading
@description Office 365 Onedrive dark mode while loading.
@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
office 365 one drive loading screen dark
sharepoint.com/personal
*/
html body {
background-color: #262626;
}
}