Skip to content

Commit

Permalink
Help: Style main page. Fixes #386
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Aug 10, 2016
1 parent 244ea5e commit fd6920f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,8 @@
button.button:hover, a.button:hover, span.button:hover,
button.minibutton:hover, a.minibutton:hover, span.minibutton:hover,
.clone-url-button.selected > .clone-url-link,
.clone-url-button.selected > .clone-url-link:hover {
.clone-url-button.selected > .clone-url-link:hover,
ul#bootcamp li a:hover h4 {
background: linear-gradient(#444, #333) !important;
border-color: #484848 !important;
}
Expand Down Expand Up @@ -1608,7 +1609,8 @@
a.pagehead-tabs-item:hover, .tabnav-tab.selected,
.leaflet-control-attribution, .leaflet-control-attribution a,
.integrations-breadcrumb-link, a.integrations-breadcrumb-link, .ace_button,
.link-gray-dark, a.link-gray-dark, #message .title, .filter-item:hover {
.link-gray-dark, a.link-gray-dark, #message .title, .filter-item:hover,
#common-issues h3, .search-title {
color: #e2e2e2 !important;
}
pre, body, a.social-count, span.social-count,
Expand Down Expand Up @@ -1680,7 +1682,7 @@
.Box-body-row--highlight .Box-row-link, .text-pending, a.text-pending,
.compare-pr-placeholder p, .compare-pr-placeholder .help-link,
#message.good, #message.major, .boxed-group-success,
.suggester li, .alert.warning p {
.suggester li, .alert.warning p, ul#bootcamp li a h4 {
color: #c0c0c0 !important;
}
button, .edit-repository-meta, .field label, .boxed-group-list li, .capped-box,
Expand Down Expand Up @@ -1806,7 +1808,7 @@
.blob-num-expandable .diff-expander, .file-type-icon, .uploaded-files .remove,
.releases-tag-list td.date a, .collaborators .collab-remove .remove-link,
.octofication .notice-dismiss, ul.comparison-list > li .octicon,
div.content-header h6, .fullscreen-overlay textarea, #com h2.search-title,
div.content-header h6, .fullscreen-overlay textarea,
.blob-num.non-expandable:hover, .breadcrumb,
.application-authorizations .oauth-app-list-meta,
.application-authorizations .oauth-app-owner, .boxed-group-inner .help,
Expand Down

0 comments on commit fd6920f

Please sign in to comment.