Skip to content

Commit

Permalink
Merge pull request #264 from mkoch227/update-new-design
Browse files Browse the repository at this point in the history
Update for new GitHub Repository View
  • Loading branch information
silverwind committed Nov 17, 2015
2 parents 01856b1 + 62684c5 commit 7706a85
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,9 @@
.gist-quicksearch-result-group {
border-color: #484848 !important;
}
a.reponav-item {
color: #888 !important;
}
pre, h1, h2, h3, .header, #footer, table, table tr, table td, table th,
blockquote, .pulse-graph, .btn:not(img), .minibutton, .social-count,
.discusion-topic-infobar, .box-header, .box-body, .timeline-comment-label,
Expand Down Expand Up @@ -592,7 +595,8 @@
.migrate-org-roles, .migrate-org-roles-header, .migrate-org-roles-item,
.migrate-org-roles-count, .migration-footer, .migration-feature-list:before,
.migration-org-avatar, .org-migration-settings-section,
.word-upload-callout .note, .commit-tease .commit-meta {
.word-upload-callout .note, .commit-tease .commit-meta,
.reponav-item.selected {
border-color: #343434 !important;
}
.discussion-item-icon, .date:after, .render-shell img, img.asset,
Expand Down Expand Up @@ -658,7 +662,8 @@
.select-menu-button::before {
border-top-color: #eee !important;
}
.pagehead-tabs-item.selected {
.pagehead-tabs-item.selected,
.reponav-item.selected {
border-bottom-color: #222 !important;
border-top-width: 1px !important;
}
Expand Down Expand Up @@ -813,7 +818,8 @@
.file-diff-split .empty-cell, .composer-infobar, .completeness-indicator-blank,
.leaflet-control-zoom,
.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution,
.pagehead-tabs-item.selected {
.pagehead-tabs-item.selected,
.reponav-item.selected {
background: #222 !important;
}
hr, .rule, #browser, .repos, .options-group, .pagehead ul.tabs li a.selected,
Expand Down Expand Up @@ -1454,7 +1460,7 @@
.pagehead-tabs-item.selected, a.pagehead-tabs-item.selected,
.pagehead-tabs-item:hover, a.pagehead-tabs-item:hover, .article-meta,
a.article-meta, .timeline-comment-header-text code a, .commit-tease-sha,
a.commit-tease-sha {
a.commit-tease-sha, .reponav-item.selected {
color: #c0c0c0 !important;
}
h5, h6, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box,
Expand Down Expand Up @@ -1613,7 +1619,8 @@
a.select-menu-item, .list-heading a, .close-button, .timeline-comment-action,
a.timeline-comment-action, a.comment-type-icon,
.timeline-comment-actions .octicon, .commit-title .commit-link tt,
.btn-block-user, .pagehead-tabs-item.selected > .octicon, .text-muted strong {
.btn-block-user, .pagehead-tabs-item.selected > .octicon, .text-muted strong,
.reponav-item.selected > .octicon {
color: inherit !important;
}
/* Alerts and activity, remove background gradient */
Expand Down

0 comments on commit 7706a85

Please sign in to comment.