We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3f5f6 commit 611e9ccCopy full SHA for 611e9cc
src/assets/css/dark.css
@@ -50,7 +50,9 @@
50
color: rgb(255 255 255);
51
}
52
.dark .settings-tab label[name="tabName"] img{
53
- filter: brightness(0) saturate(100%) invert(70%) sepia(5%) saturate(3889%) hue-rotate(191deg) brightness(95%) contrast(81%)
+ background-color: grey;
54
+ border-radius: 10px;
55
+ padding: 5px;
56
57
.dark .settings-tab label[name="tabName"]{
58
background-color: #303030 !important;
src/manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 3,
3
"name": "__MSG_extName__",
4
"short_name": "Web Tracker",
5
- "version": "2.1.6",
+ "version": "2.1.7",
6
"description": "__MSG_extDescription__",
7
"options_page": "src/dashboard.html",
8
"default_locale": "en",
0 commit comments