sharepoint dark mode jtb.
sharepoint dark mode jtb by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categoryjtb
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sharepoint dark mode jtb
@version 20240711.99.4
@namespace english
@description sharepoint dark mode jtb.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp(".*globaljtbgroup\.sharepoint\.com\/sites\/AsiaPacific\/Pages\/Home\.aspx.*")
{
/* ==UserStyle==
@name sharepoint dark mode jtb
@description sharepoint dark mode jtb.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
html{filter: invert(1) hue-rotate(180deg) brightness(1.15) contrast(0.8);}
img{filter: invert(1) hue-rotate(180deg) brightness(1.15) contrast(0.8);}
html,body{background-color:white !important ;}
}