Just invert the color of docs.google.com/*
Dark Google Docs by christhofer
Details
Authorchristhofer
LicenseMIT
Categorydocs.google.com
Created
Updated
Size336 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 Dark Google Docs
@version 20220531.09.31
@namespace userstyles.world/user/christhofer
@description Just invert the color of docs.google.com/*
@author christhofer
@license MIT
==/UserStyle== */
@-moz-document domain("docs.google.com") {
body {
filter: invert(0.9);
}
}