Created
February 26, 2020 17:30
-
-
Save jschneid/feacef2bca62dbb14fe6c42f7e759ffc to your computer and use it in GitHub Desktop.
Revisions
-
jschneid created this gist
Feb 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ @-moz-document domain(stackexchange.com), domain(stackoverflow.com), domain(serverfault.com) { #hot-network-questions { display: none; } } @-moz-document domain(docs.google.com) { /* Background area behind the document page */ .kix-appview { background-color: slategray !important; } /* Make Google Docs gray background instead of intense snowblindness white */ /* Right nav */ .companion-guest-app-switcher, .companion-collapser-button-container { background-color: Gainsboro; } /* Blank page area at end of document; excluding selected text */ .kix-paginateddocumentplugin > .docs-ui-unprintable, /* Left nav */ .navigation-widget, /* Main document page */ .kix-page, .kix-page-column, /* Title and top menu */ #docs-chrome, .docs-title-input, /* Top toolbar */ #docs-toolbar-wrapper, /* Top-right-corner nav */ .docs-titlebar-buttons { background-color: Gainsboro !important; } /* Toolbar buttons */ .goog-toolbar-button, .goog-toolbar-menu-button, .goog-toolbar-combo-button { background-color: lightgray !important; } /* Toolbar button group separator lines */ .goog-toolbar-separator { border-left-color: silver !important; } }