Resources subdomain looks bad
bug :bug:
https://resources.github.com/accelerate-innovation-azure-devops-migration/

I think just overriding `.bg-pixel-light` to remove the background is good enough.
```
.bg-pixel-light {
background-image: none;
}
```
0 条评论