Skip to content

Commit

Permalink
v2.1.18
Browse files Browse the repository at this point in the history
* automated regeneration (github-actions[bot])
* fix outdated label - fixes #1152 (silverwind)
* add GitHub Unrounded (silverwind)
  • Loading branch information
github-actions[bot] committed Jun 27, 2020
1 parent a5a3607 commit 8178c16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 33 deletions.
2 changes: 1 addition & 1 deletion github-dark.css
@@ -1,4 +1,4 @@
/*! Github Dark v2.1.17 (2020-06-26) */
/*! Github Dark v2.1.18 (2020-06-27) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://opensource.org/licenses/BSD-2-Clause */
@-moz-document regexp("^https?://((education|gist|graphql|guides|help|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
Expand Down
46 changes: 15 additions & 31 deletions github-dark.user.css
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name GitHub Dark
@namespace StylishThemes
@version 2.1.17
@version 2.1.18
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@updateURL https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css
@license CC-BY-SA-4.0
Expand Down Expand Up @@ -213,7 +213,7 @@
} EOT;
}
==/UserStyle== */
/*! Github Dark v2.1.17 (2020-06-26) */
/*! Github Dark v2.1.18 (2020-06-27) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://opensource.org/licenses/BSD-2-Clause */
@-moz-document regexp("^https?://((education|gist|graphql|guides|help|raw|resources|status|developer|support|vscode-auth)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("www.githubstatus.com") {
Expand Down Expand Up @@ -6712,8 +6712,9 @@
border: 0;
box-shadow: none;
}
/* github.com mobile: "box-shadow: none" */
body[class="page-responsive"] .header-search-prototype .header-search-wrapper.focus {
/* github.com mobile: "#fafbfc", "box-shadow: none" */
body[class="page-responsive"] .header-search-prototype .header-search-wrapper:focus-within {
background-color: #181818;
box-shadow: none;
}
/* github.com mobile: "none", "0", "box-shadow: none" */
Expand Down Expand Up @@ -6741,13 +6742,9 @@
color: #afafaf;
border: 0;
}
/* github.com mobile: "#f6f8fa" */
/* github.com mobile: "0" */
body[class="page-responsive"] .header-search-prototype .site-search-close-button {
background: #222;
}
/* github.com mobile: "fill: #24292e" */
body[class="page-responsive"] .header-search-prototype .site-search-close-button svg {
fill: #bebebe;
border: 0;
}
/* github.com mobile: "none" */
body[class="page-responsive"] .header-search-prototype .site-search-filter-button {
Expand All @@ -6771,14 +6768,9 @@
body[class="page-responsive"] .header-search-prototype .ems-result-types {
border-right: 1px solid #343434;
}
/* github.com mobile: "#fafbfc" */
body[class="page-responsive"] .header-search-prototype .site-search-filter-button-active {
background-color: #181818;
}
/* github.com mobile: "color: #24292e !important", "#fafbfc" */
/* github.com mobile: "color: #24292e !important" */
body[class="page-responsive"] .header-search-prototype .jump-to-field-active {
color: #cdcdcd !important;
background-color: #181818;
}
/* github.com mobile: "color: #586069 !important" */
body[class="page-responsive"] .header-search-prototype .jump-to-field-active:-ms-input-placeholder {
Expand Down Expand Up @@ -19420,8 +19412,9 @@
border: 0;
box-shadow: none;
}
/* github.com: "box-shadow: none" */
.header-search-prototype .header-search-wrapper.focus {
/* github.com: "#fafbfc", "box-shadow: none" */
.header-search-prototype .header-search-wrapper:focus-within {
background-color: #181818;
box-shadow: none;
}
/* github.com: "none", "0", "box-shadow: none" */
Expand Down Expand Up @@ -19449,13 +19442,9 @@
color: #afafaf;
border: 0;
}
/* github.com: "#f6f8fa" */
/* github.com: "0" */
.header-search-prototype .site-search-close-button {
background: #222;
}
/* github.com: "fill: #24292e" */
.header-search-prototype .site-search-close-button svg {
fill: #bebebe;
border: 0;
}
/* github.com: "none" */
.header-search-prototype .site-search-filter-button {
Expand All @@ -19479,14 +19468,9 @@
.header-search-prototype .ems-result-types {
border-right: 1px solid #343434;
}
/* github.com: "#fafbfc" */
.header-search-prototype .site-search-filter-button-active {
background-color: #181818;
}
/* github.com: "color: #24292e !important", "#fafbfc" */
/* github.com: "color: #24292e !important" */
.header-search-prototype .jump-to-field-active {
color: #cdcdcd !important;
background-color: #181818;
}
/* github.com: "color: #586069 !important" */
.header-search-prototype .jump-to-field-active:-ms-input-placeholder {
Expand Down Expand Up @@ -34099,7 +34083,7 @@
.feature-callout, .repo-file-upload-file-wrap .remove-file:hover,
.rss-subscribe, table.capped-list .octicon, .site-header-menu .nav-item,
.exploregrid-item, .markdown-body blockquote,
.commits-list-item .commit-desc pre, .Label--outline.bg-yellow-light,
.commits-list-item .commit-desc pre,
.review-comment .pending-batched-suggestion-label, main .note.bg-green-light p,
.CheckStep-timestamp {
color: #afafaf !important;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "github-dark",
"version": "2.1.17",
"version": "2.1.18",
"description": "Dark GitHub style",
"license": "BSD-2-Clause",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit 8178c16

Please sign in to comment.