Skip to content

Commit 611e9cc

Browse files
committed
Update icon colors for dark mode
1 parent 7f3f5f6 commit 611e9cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/assets/css/dark.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@
5050
color: rgb(255 255 255);
5151
}
5252
.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%)
53+
background-color: grey;
54+
border-radius: 10px;
55+
padding: 5px;
5456
}
5557
.dark .settings-tab label[name="tabName"]{
5658
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.6",
5+
"version": "2.1.7",
66
"description": "__MSG_extDescription__",
77
"options_page": "src/dashboard.html",
88
"default_locale": "en",

0 commit comments

Comments
 (0)