From f0b08057fe7cd0f054e0d4f9f27edf312869c6ba Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 20 Nov 2019 22:48:03 +0100 Subject: [PATCH] v1.22.143 * fix refined-github reaction backgground - #1035 (silverwind) --- github-dark.css | 2 +- github-dark.user.css | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/github-dark.css b/github-dark.css index 470d32e1a..7e9aad1c7 100644 --- a/github-dark.css +++ b/github-dark.css @@ -1,4 +1,4 @@ -/*! Github Dark v1.22.142 (2019-11-20) */ +/*! Github Dark v1.22.143 (2019-11-20) */ /*! 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") { diff --git a/github-dark.user.css b/github-dark.user.css index 2837da81a..871061cb4 100644 --- a/github-dark.user.css +++ b/github-dark.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name GitHub Dark @namespace StylishThemes -@version 1.22.142 +@version 1.22.143 @homepageURL https://github.com/StylishThemes/GitHub-Dark @updateURL https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css @license CC-BY-SA-4.0 @@ -213,7 +213,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.142 (2019-11-20) */ +/*! Github Dark v1.22.143 (2019-11-20) */ /*! Repository: https://github.com/StylishThemes/GitHub-Dark */ /*! License: https://creativecommons.org/licenses/by-sa/4.0/ */ :root { @@ -10617,7 +10617,7 @@ } /* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */ .refined-github .reaction-summary-item.user-has-reacted { - --background: #f2f8fa; + --background: transparent; } /* GraphQL API (https://developer.github.com/v4/explorer/) */ iframe#graphiql, .graphiql-ide, .graphiql-container .topBar, diff --git a/package.json b/package.json index 1b110e91c..2a3fabbd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-dark", - "version": "1.22.142", + "version": "1.22.143", "description": "Dark GitHub style", "license": "CC-BY-SA-4.0", "repository": "StylishThemes/GitHub-Dark",