Skip to content

Commit 33ee38f

Browse files
committed
Bump version
1 parent 1780d35 commit 33ee38f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

source/content-script/modifications/DOM/textContainer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export default class TextContainerModifier implements PageModifier {
187187
border: none !important;
188188
box-shadow: none !important;
189189
transition: margin 0.2s;
190+
color: var(--lindy-dark-theme-text-color);
190191
}`;
191192
}
192193

source/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Unclutter - Immersive Reading Mode",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Remove distractions from web articles, automatically.",
55
"homepage_url": "https://github.com/lindylearn/unclutter",
66
"manifest_version": 3,

source/manifest_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Unclutter - Immersive Reading Mode",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Remove distractions from web articles, automatically.",
55
"homepage_url": "https://github.com/lindylearn/unclutter",
66
"icons": {

0 commit comments

Comments
 (0)