Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
![Screenshot 2021-05-04 at 09-18-46 Test](https://user-images.githubusercontent.com/43663476/117018118-d5c02a00-acb9-11eb-87b4-177fda02e738.png) This is going to have to suffice for now.... I don't want to waste anymore time trying to figure out what the fuck those partially-visible dividers are behind the Gist. ``` .gist { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400 !important; font-size: 18px !important; } .gist .gist-meta { font-family: proxima-nova-extra-condensed, sans-serif !important; font-weight: 600 !important; color: #1c0021 !important; } .gist, .gist article, .gist article p { font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400 !important; } .gist .gist-file .gist-data { background: #FFFdeb; !important; border: 1px solid #da2573 !important; border-radius: 1px !important; font-size: 0.85em !important; color: #1c0021 !important; font-family: proxima-nova-condensed, sans-serif !important; font-weight: 400; } .gist, .gist article, .gist article p { white-space: normal !important; } /* .gist .gist-hr { display: hide !important; } */ ```
- Loading branch information