Created
October 24, 2020 07:53
-
-
Save NejcZdovc/4a62357177a2f6fdd22d09c02765053b to your computer and use it in GitHub Desktop.
Github dark mode custom css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CUSTOM */ | |
.js-notifications-container { | |
max-width: 1300px; | |
margin: 0 auto !important; | |
} | |
.js-notification-sidebar-filters li:nth-child(1) { | |
display: none | |
} | |
.js-notification-sidebar-filters li:nth-child(2) { | |
display: none | |
} | |
.js-notification-sidebar-filters li:nth-child(3) { | |
display: none | |
} | |
.js-notification-sidebar-filters li:nth-child(4) { | |
display: none | |
} | |
.js-notification-sidebar-filters li:nth-child(5) { | |
display: none | |
} | |
.project-pane { | |
width: 800px!important | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment