Dark mode for google docs, docs is annoying with its design, it's easier to darken the whole page rather than change the background of only some of the elements
docs.google.com - "darkmoade" by shamblernaut
Details
Authorshamblernaut
LicenseNo License
Categoryhttps://docs.google.com
Created
Updated
Size514 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 docs.google.com - "darkmode"
@namespace github.com/openstyles/stylus
@version 1.0.0
@description "Dark mode for google docs, google is annoying with its website design, it's easier to invert the whole page rather than change the background of only some of the elements"
@author ramblernaut
==/UserStyle== */
@-moz-document domain("docs.google.com") {
body {
background-color: #fff !important;
mix-blend-mode: difference !important
}
}