Skip to content

Commit

Permalink
add refined github reaction rule - fixes #1035
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 20, 2019
1 parent 577471e commit 2c00236
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion github-dark.css
Expand Up @@ -10391,7 +10391,7 @@
.refined-github-diff-signs .blob-code-deletion:before {
color: #7b7b7b !important;
}
.repohead h1 .rgh-ci-link .octicon {
.refined-github .repohead h1 .rgh-ci-link .octicon {
color: inherit !important;
}
.refined-github .dashboard .border-gray.flex-items-baseline.py-3,
Expand All @@ -10401,6 +10401,10 @@
.refined-github .dashboard .js-all-activity-header + div {
border-color: #343434 !important;
}
/* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */
.refined-github .reaction-summary-item.user-has-reacted {
--background: #f2f8fa;
}
/* GraphQL API (https://developer.github.com/v4/explorer/) */
iframe#graphiql, .graphiql-ide, .graphiql-container .topBar,
.graphiql-container .docExplorerShow,
Expand Down

0 comments on commit 2c00236

Please sign in to comment.