commit
f996379243
2 changed files with 11 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-habitica-integration",
|
"id": "obsidian-habitica-integration",
|
||||||
"name": "Habitica Sync",
|
"name": "Habitica Sync",
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"minAppVersion": "0.9.12",
|
"minAppVersion": "0.9.12",
|
||||||
"description": "This plugin helps integrate Habitica user tasks and stats into Obsidian",
|
"description": "This plugin helps integrate Habitica user tasks and stats into Obsidian",
|
||||||
"author": "Leoh and Ran",
|
"author": "Leoh and Ran",
|
||||||
|
|
|
||||||
10
styles.css
10
styles.css
|
|
@ -149,3 +149,13 @@ input[type=checkbox]:focus {
|
||||||
.react-tabs__tab-panel--selected {
|
.react-tabs__tab-panel--selected {
|
||||||
display: block;
|
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;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue