Google docs - SHEETS dark mode invert XLS CONTENTS.
Google docs - SHEETS dark mode invert INNER by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorygoogle sheets
Created
Updated
Size979 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 Google docs - SHEETS dark mode invert XLS CONTENTS
@version 20240801.99.2
@namespace english
@description Google docs - SHEETS dark mode invert XLS CONTENTS.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document regexp("^https.*docs\.google\.com\/spreadsheets.*") {
/* ==UserStyle==
@name Google docs - SHEETS dark mode invert XLS CONTENTS
@description Google docs - SHEETS dark mode invert XLS CONTENTS.
@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
*/
#docs-editor canvas
{
filter: invert(1) hue-rotate(180deg) brightness(1.1) contrast(0.63);
}
}