Skip to content

Instantly share code, notes, and snippets.

@NejcZdovc
Created October 24, 2020 07:53
Show Gist options
  • Save NejcZdovc/4a62357177a2f6fdd22d09c02765053b to your computer and use it in GitHub Desktop.
Save NejcZdovc/4a62357177a2f6fdd22d09c02765053b to your computer and use it in GitHub Desktop.
Github dark mode custom css
/* 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