MacBookPro.lan 2026-7-5:20:1:24
This commit is contained in:
+150
-123
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "tasks-calendar-wrapper",
|
||||
"name": "Tasks Calendar Wrapper",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).",
|
||||
"author": "zhuwenq",
|
||||
|
||||
+10
-5
@@ -12,7 +12,7 @@ If your plugin does not need CSS, delete this file.
|
||||
user-select: none;
|
||||
margin-bottom: 15%;
|
||||
--taskido-color-warning: var(--color-red);
|
||||
--taskido-color-focus: var(--interactive-accent);
|
||||
--taskido-color-focus: var(--text-accent, var(--interactive-accent));
|
||||
--taskido-color-focus-hsl: var(--interactive-accent-hsl);
|
||||
--taskido-color-overdue: var(--taskido-color-warning);
|
||||
--taskido-color-done: var(--color-green);
|
||||
@@ -30,7 +30,7 @@ If your plugin does not need CSS, delete this file.
|
||||
|
||||
.taskido .task .internal-link,
|
||||
.taskido .task .external-link {
|
||||
color: var(--interactive-accent);
|
||||
color: var(--text-accent, var(--interactive-accent));
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
@@ -507,7 +507,7 @@ If your plugin does not need CSS, delete this file.
|
||||
.taskido.unplannedFocus .counter#unplanned,
|
||||
.taskido.unplannedFilter .counter#unplanned {
|
||||
color: var(--taskido-color-focus);
|
||||
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||
background: var(--background-modifier-hover);
|
||||
box-shadow: var(--input-shadow);
|
||||
}
|
||||
|
||||
@@ -550,17 +550,22 @@ If your plugin does not need CSS, delete this file.
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.taskido .details.today {
|
||||
background: transparent !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.taskido.todoFocus .task.due,
|
||||
.taskido.todoFocus .task.scheduled,
|
||||
.taskido.todoFocus .task.process,
|
||||
.taskido.todoFocus .task.start,
|
||||
.taskido.overdueFocus .task.overdue,
|
||||
.taskido.unplannedFocus .task.unplanned {
|
||||
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||
background: var(--background-modifier-hover);
|
||||
}
|
||||
|
||||
.taskido .task:hover {
|
||||
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||
background: var(--background-modifier-hover);
|
||||
}
|
||||
|
||||
/* Filter */
|
||||
|
||||
Reference in New Issue
Block a user