Skip to content

Instantly share code, notes, and snippets.

@hidekuro
Last active November 18, 2015 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidekuro/e59931ed0dd082eeca5a to your computer and use it in GitHub Desktop.
Save hidekuro/e59931ed0dd082eeca5a to your computer and use it in GitHub Desktop.
office stealth style for Stylish(ChromeExtension)
* {
background-color: #fff !important;
background-image: none !important;
border-color: #fff !important;
color: #ddd !important;
font-size: 12px !important;
font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Noto Sans Japanese Regular", sans-serif !important;
text-decoration: none !important;
}
a {
background-color: #fff !important;
background-image: none !important;
text-decoration: underline !important;
color: #ddf !important;
}
h1, h2, h3, h4, h5, h6, h7, h8, strong, em {
font-weight: bold !important;
}
img, input[type=image], object, iframe {
opacity: 0.2 !important;
}
img: hover, input[type=image]: hover{
opacity: 0.5 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment