From 75accad06e70cb549e95d56dab6aae82d39af133 Mon Sep 17 00:00:00 2001 From: Michael C Date: Wed, 28 Sep 2022 18:47:15 -0400 Subject: [PATCH 1/2] locked colour is important --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index 22452fe1..63f5203e 100644 --- a/public/content.css +++ b/public/content.css @@ -738,7 +738,7 @@ input::-webkit-inner-spin-button { } .sponsorBlockLockedColor { - color: #ffc83d; + color: #ffc83d !important; } .sponsorBlockRectangleTooltip { From 35d83d257c36a728be6058139a181615f1824727 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 30 Sep 2022 14:51:43 -0400 Subject: [PATCH 2/2] bump version --- manifest/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 856032d4..4953841b 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "5.0.5", + "version": "5.0.6", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app",