diff --git a/manifest.json b/manifest.json index 8b6413f..bfa0b32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-habitica-integration", "name": "Habitica Sync", - "version": "0.9.5", + "version": "0.9.6", "minAppVersion": "0.9.12", "description": "This plugin helps integrate Habitica user tasks and stats into Obsidian", "author": "Leoh and Ran", diff --git a/styles.css b/styles.css index 680c446..1f12342 100644 --- a/styles.css +++ b/styles.css @@ -149,3 +149,13 @@ input[type=checkbox]:focus { .react-tabs__tab-panel--selected { display: block; } +ul li:not(.task-list-item)::before { + content: "•"; + color: transparent; + display: inline-block; + width: 1em; + margin-left: -1em; + padding: 0; + font-weight: bold; + text-shadow: 0 0 0.5em transparent; +} \ No newline at end of file