Skip to content

Google Docs Dark Mode by MReschenberg

Details

AuthorMReschenberg

LicenseNo License

Categorydocs.google.com

Created

Updated

Size540 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Selectively invert google docs

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Google Docs
@version      20220531.09.31
@namespace    userstyles.world/user/christhofer
@description  Selectively invert the color of docs.google.com/*
@author       christhofer, mreschenberg
@license      MIT
==/UserStyle== */
@-moz-document domain("docs.google.com") {
    /* This is for images in the share list view */
    li img {
        filter: none;
    }
    /* This is for all other images */
    img, image { 
        filter: invert(0.9);
    }
    body {
        filter: invert(0.9);
    }
}

Reviews

No reviews yet.