Hacker News new | ask | show | jobs
by oltdaniel 2020 days ago
Finally. Really happy with it, except that the explorer/trending and trending page hasn't been updated yet. I hope that will follow to protect my eyes from that brightness contrast at night and in the morning.
1 comments

Could it be that you're using Refined Github? Try disabling it.
A quick 'n dirty userstyle for Refined GH users:

    @-moz-document domain("github.com") {
     .dashboard .js-all-activity-header + div {
      background-color: inherit !important;
      border: 1px solid var(--color-border-secondary) !important;
     }
     .dashboard-rollup-items .body {
      border-top: 1px solid var(--color-border-secondary) !important;
     }
    }
Edit: issue for Refined GH: https://github.com/sindresorhus/refined-github/issues/3798
Refined GitHub was just updated to support it a few mins ago. A couple rough edges but it works now.