Skip to content

Commit

Permalink
1.20.38
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 9, 2018
1 parent 60c2da6 commit 97ce592
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 18 deletions.
2 changes: 1 addition & 1 deletion github-dark.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Github Dark v1.20.37 (2018-05-04) */
/*! Github Dark v1.20.38 (2018-05-09) */
/* Repository: https://github.com/StylishThemes/GitHub-Dark */
/* Userstyle: http://userstyles.org/styles/37035 */
/* License: https://creativecommons.org/licenses/by-sa/4.0/ */
Expand Down
62 changes: 46 additions & 16 deletions github-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name GitHub Dark
@namespace StylishThemes
@version 1.20.37
@version 1.20.38
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@updateURL https://raw.githubusercontent.com/StylishThemes/GitHub-Dark/master/github-dark.user.css
@license CC-BY-SA-4.0
Expand Down Expand Up @@ -191,7 +191,7 @@
}
==/UserStyle== */
@-moz-document regexp("^https?://((blog|gist|guides|help|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com") {
/*! Github Dark v1.20.37 (2018-05-04) */
/*! Github Dark v1.20.38 (2018-05-09) */
/* Repository: https://github.com/StylishThemes/GitHub-Dark */
/* Userstyle: http://userstyles.org/styles/37035 */
/* License: https://creativecommons.org/licenses/by-sa/4.0/ */
Expand Down Expand Up @@ -474,16 +474,6 @@
.UnderlineNav-item.selected, .repo-filterer .repo-filter.filter-selected {
border-bottom-color: #eee !important;
}
/* auto-generated rule for "border-bottom: 1px solid #e1e4e8" */
.Box-body, .menu-item, .menu-heading, .UnderlineNav, .table-list,
.boxed-group-list>li, .diff-table tr:not(:last-child) .line-comments,
.timeline-new-comment .previewable-comment-form .comment-body,
.new-discussion-timeline .previewable-comment-form .comment-body,
.discussion-item-review-comment, .facebox .facebox-staff-links,
.facebox-header, .select-menu-header, .select-menu-divider, .merge-status-item,
.file-header, .jump-to-suggestions-results-container .navigation-item {
border-bottom: 1px solid #343434 !important;
}
/* auto-generated rule for "border-bottom: 1px solid #dfe2e5" */
hr, .rule, .suggester li, .conversation-list-heading,
.gollum-editor .collapsed, .gollum-editor .expanded,
Expand All @@ -506,6 +496,16 @@
.wiki-rightbar .boxed-group.collapsed>h3 {
border-bottom: 1px solid #484848 !important;
}
/* auto-generated rule for "border-bottom: 1px solid #e1e4e8" */
.Box-body, .menu-item, .menu-heading, .UnderlineNav, .table-list,
.boxed-group-list>li, .diff-table tr:not(:last-child) .line-comments,
.timeline-new-comment .previewable-comment-form .comment-body,
.new-discussion-timeline .previewable-comment-form .comment-body,
.discussion-item-review-comment, .facebox .facebox-staff-links,
.facebox-header, .select-menu-header, .select-menu-divider, .merge-status-item,
.file-header, .jump-to-suggestions-results-container .navigation-item {
border-bottom: 1px solid #343434 !important;
}
/* auto-generated rule for "border-left: 1px solid #e1e4e8" */
.summary-stats li {
border-left: 1px solid #343434 !important;
Expand All @@ -526,6 +526,30 @@
.file-navigation .get-repo-btn, .user-list-item+.user-list-item {
border-top: 1px solid #343434 !important;
}
/* auto-generated rule for "border-bottom: 1px #e1e4e8 solid" */
.border-bottom, .border-y, .Subhead,
body.full-width-p-0 .new-discussion-timeline,
.discussion-item-body .outdated-comment.open .file-header, .data-table td,
.data-table th, .data-table tbody tr:last-child th,
.data-table tbody tr:last-child td, .pricing-table thead th {
border-bottom: 1px solid #343434 !important;
}
/* auto-generated rule for "border-left: 1px #e1e4e8 solid" */
.border-left {
border-left: 1px solid #343434 !important;
}
/* auto-generated rule for "border-right: 1px #e1e4e8 solid" */
.border-right, .ScreenshotCarousel-navitem, .data-table td, .data-table th,
.plans-card-business .plans-card-text:first-child {
border-right: 1px solid #343434 !important;
}
/* auto-generated rule for "border-top: 1px #e1e4e8 solid" */
.border-top, .border-y, .codesearch-results .repo-list-item+.repo-list-item,
.topic-list .topic-list-item+.topic-list-item,
.issue-list-item+.issue-list-item, .review-thread-reply,
.wiki-list .wiki-list-item+.wiki-list-item, .library-resource-border {
border-top: 1px solid #343434 !important;
}
/* auto-generated rule for "border-bottom: 0" */
.menu-item:last-child, .menu-heading:last-child, .tabnav-tab, .border-bottom-0,
.suggester li:last-child, .boxed-group>h3, .boxed-group .heading,
Expand Down Expand Up @@ -1363,7 +1387,7 @@
.pull-request-tab-content .diff-view .file-header {
position: sticky !important;
position: -webkit-sticky !important;
top: 40px !important;
top: 39px !important;
z-index: 6 !important;
}
/* User time line firsts */
Expand Down Expand Up @@ -1494,6 +1518,12 @@
border-color: rgba(255, 255, 255, .15) !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 8px 15px rgba(0, 0, 0, .3) !important;
}
.box-shadow-large {
box-shadow: 0 1px 15px #000 !important;
}
img[src*="images/modules/checks"].box-shadow-large {
box-shadow: 0 1px 15px #fff !important;
}
#com hr {
border-bottom: none !important;
}
Expand Down Expand Up @@ -2392,8 +2422,7 @@
g-emoji[fallback-src$="1f51c.png"], g-emoji[fallback-src$="1f51d.png"],
g-emoji[fallback-src$="1f3b5.png"], g-emoji[fallback-src$="27bf.png"],
g-emoji[fallback-src$="1f43e.png"], g-emoji[fallback-src$="1f43e.png"],
img[src*="resources-logo"],
svg.IconNav-img,
img[src*="resources-logo"], svg.IconNav-img,
/* https://github.com/ten */
.container-xl[id] svg {
filter: invert(83%) !important;
Expand Down Expand Up @@ -2423,7 +2452,8 @@
.output_area img, div[id^="contribution-first"] img,
div[id^="contribution-joined-github"] img, div[id^="contribution-created"] img,
.project-preview-img img, img[src$="bg-callout.svg"],
img[data-canonical-src*="saucelabs.com/browser-matrix"] {
img[data-canonical-src*="saucelabs.com/browser-matrix"],
img[src*="images/modules/checks"] {
filter: invert(90.5%) hue-rotate(180deg) saturate(200%) !important;
}
/* workaround filter creating a stacking context */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-dark",
"version": "1.20.37",
"version": "1.20.38",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit 97ce592

Please sign in to comment.