Skip to content

Commit

Permalink
v1.22.205
Browse files Browse the repository at this point in the history
* ensure enough specificity for semi-transparent header - #1057 (silverwind)
  • Loading branch information
silverwind committed Feb 7, 2020
1 parent 7f2c078 commit 4884ab9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.204 (2020-02-07) */
/*! Github Dark v1.22.205 (2020-02-07) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
@-moz-document regexp("^https?://((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
6 changes: 3 additions & 3 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.204
@version 1.22.205
@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?://((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.204 (2020-02-07) */
/*! Github Dark v1.22.205 (2020-02-07) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
:root {
Expand Down Expand Up @@ -7652,7 +7652,7 @@
.context-loader.large-format-loader, #graphs .loader, .org-header,
.render-shell .slider, .illflow-item:not(.selected):hover,
.leaflet-control-attribution, .orghead, .dropdown-toggle:hover,
.dropdown-toggle.selected, .repohead {
.dropdown-toggle.selected, html body .repohead {
background: rgba(24, 24, 24, .4) !important;
}
.explore-signup-entice-inner {
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.204",
"version": "1.22.205",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit 4884ab9

Please sign in to comment.