Skip to content

Commit

Permalink
Use relative path for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
marckohlbrugge committed May 31, 2020
1 parent a78c6b3 commit 30e5347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WIP",
"description": "Menubar app for WIP",
"version": "1.4.0",
"version": "1.4.1",
"author": "Marc Köhlbrugge <hey@marckohlbrugge.com>",
"bugs": {
"url": "https://github.com/marckohlbrugge/wip-menubar/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/compose/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ i.custom.done, i.custom.todo {
}

i.custom.done {
-webkit-mask-image: url(done.svg);
-webkit-mask-image: url(./done.svg);
background: #F8D730;
}

i.custom.todo {
-webkit-mask-image: url(todo.svg);
-webkit-mask-image: url(./todo.svg);
background: #333;
}

0 comments on commit 30e5347

Please sign in to comment.