We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2bfbc commit 15f6ad3Copy full SHA for 15f6ad3
src/assets/css/dark.css
@@ -51,7 +51,7 @@
51
}
52
.dark .settings-tab label[name="tabName"]{
53
background-color: #303030 !important;
54
- color: #bbbbbb;
+ color: #f7f7f7;
55
56
.dark .settings-content{
57
src/manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 3,
3
"name": "__MSG_extName__",
4
"short_name": "Web Tracker",
5
- "version": "2.1.3",
+ "version": "2.1.4",
6
"description": "__MSG_extDescription__",
7
"options_page": "src/dashboard.html",
8
"default_locale": "en",
0 commit comments