Skip to content

Commit

Permalink
v1.22.236
Browse files Browse the repository at this point in the history
* make commit-tease text blue (silverwind)
* better fix for #1073 (the-j0k3r)
  • Loading branch information
silverwind committed Feb 24, 2020
1 parent 42e60e3 commit f3a8221
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.22.235 (2020-02-24) */
/*! Github Dark v1.22.236 (2020-02-24) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
@-moz-document regexp("^https?://((education|gist|guides|help|lab|launch-editor|raw|resources|status|developer|support)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), domain("www.githubstatus.com") {
Expand Down
14 changes: 9 additions & 5 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.22.235
@version 1.22.236
@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 @@ -214,7 +214,7 @@
}
==/UserStyle== */
@-moz-document regexp("^https?://((education|gist|guides|help|lab|launch-editor|raw|resources|status|developer|support)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), domain("www.githubstatus.com") {
/*! Github Dark v1.22.235 (2020-02-24) */
/*! Github Dark v1.22.236 (2020-02-24) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
:root {
Expand All @@ -228,8 +228,11 @@
input, textarea {
color: #bebebe;
}
input {
background: #181818;
input[type="date"], input[type="datetime-local"], input[type="email"],
input[type="file"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"],
input[type="time"], input[type="url"] {
background-color: #181818;
}
svg {
fill: #bebebe;
Expand Down Expand Up @@ -8603,7 +8606,8 @@
ul.search-results li .label, .markdown-format table th,
div[style*="background-color: #044d6e"],
.subset-files-tab .stale-files-tab-link,
.timeline-comment.current-user:not(.is-internal) .link-gray {
.timeline-comment.current-user:not(.is-internal) .link-gray,
.commit-tease, .commit-tease-sha {
color: #9daccc !important;
}
.timeline-comment.current-user:not(.is-internal) .timeline-comment-header,
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.22.235",
"version": "1.22.236",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit f3a8221

Please sign in to comment.