Google Docs Word - dark mode invert all.
Google Docs Word - dark mode invert all by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorygoogle docs
Created
Updated
Size1.2 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 Google Docs Word - dark mode invert all
@version 20240805.99.4
@namespace english
@description Google Docs Word - dark mode invert all.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp("^.*docs\.google\.com\/document.*") {
/* ==UserStyle==
@name Google Docs Word - dark mode invert all
@description Google Docs Word - dark mode invert all.
@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
*/
/*INVERT*/
body{
filter: invert(1)hue-rotate(180deg)brightness(1.1)contrast(0.8);
}
body img{
filter: invert(1)hue-rotate(180deg)brightness(1.1)contrast(1.3)saturate(1.3);
}
html .docs-gm div.goog-modalpopup-bg, html .docs-gm div.modal-dialog-bg {
background-color: #fff1ea;
}
html .JfyFL-AHe6Kc {
background-color: rgba(255, 233, 224, 0.64);
}
}