Skip to content

Instantly share code, notes, and snippets.

@aheahead
Last active November 30, 2019 23:28
Show Gist options
  • Save aheahead/8e1e27bba03723ae065f53a135476501 to your computer and use it in GitHub Desktop.
Save aheahead/8e1e27bba03723ae065f53a135476501 to your computer and use it in GitHub Desktop.
はてブのダークモード
html {
background-color: #151515;
filter: invert(90%);
}
img {
filter: invert(90%);
}
.entrylist-contents-thumb {
filter: invert(90%);
}
.header-profile-icon {
filter: invert(15%);
}
.hatena-star-inner-count {
filter: invert(0%);
}
.entrylist-issue-thumb {
filter: invert(90%);
}
#global-header {
filter: invert(95%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment