top | item 25351535

(no title)

oltdaniel | 5 years 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.

discuss

order

Raed667|5 years ago

Could it be that you're using Refined Github? Try disabling it.

Seirdy|5 years ago

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