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