Skip to content

Commit 15f6ad3

Browse files
committed
Bump version to 2.1.4
1 parent af2bfbc commit 15f6ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/css/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
.dark .settings-tab label[name="tabName"]{
5353
background-color: #303030 !important;
54-
color: #bbbbbb;
54+
color: #f7f7f7;
5555
}
5656
.dark .settings-content{
5757
background-color: #303030 !important;

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
44
"short_name": "Web Tracker",
5-
"version": "2.1.3",
5+
"version": "2.1.4",
66
"description": "__MSG_extDescription__",
77
"options_page": "src/dashboard.html",
88
"default_locale": "en",

0 commit comments

Comments
 (0)