Lessen one's eye burn
Grey Google Docs Background by justinhu
Details
Authorjustinhu
LicenseNo License
Categorydocs.google.com
Created
Updated
Size415 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 grey background
@version 1
@namespace userstyles.world/user/justinhu
@description No support and turn off if issues encountered.
@author justinhu
@license Unlicense (public domain / no license)
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.kix-appview-editor{
background-color: rgb(235 235 235 / 76%) !important;
}
}