Skip to content

Instantly share code, notes, and snippets.

@Altimor
Altimor / clean-google-docs.css
Last active June 28, 2019 17:42 — forked from devonzuegel/clean-google-docs.css
Custom styles for Stylus Chrome extension
#docs-editor {
background-color: white !important;
}
.kix-paginateddocumentplugin.kix-paginateddocumentplugin-compact-mode {
box-shadow: none;
}
.navigation-widget {
border-right: 1px solid #ddd;