From 5cb23d35bfd71b3f292a87e7d8e7d3fd976aac53 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Thu, 9 Mar 2023 18:43:01 +0200 Subject: [PATCH] Fix unread notification background color on hover --- CHANGELOG.md | 2 +- package.json | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c53af8..b4320c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.1.0: 2023-03-09 +### 1.0.9: 2023-03-09 * Fix hover colors on boost and star buttons * Fix 1px jump on activating the spark animation diff --git a/package.json b/package.json index 65ea5a1..1f1347a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-twitter", - "version": "1.1.0", + "version": "1.0.9", "description": "", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index 9263065..ace6e14 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* Cursed Mastodon Twitter CSS-only revamp by @rolle@mementomori.social - v1.1.0 */ + v1.0.9 */ /* CSS variables */ :root {