|
@ -453,20 +453,20 @@ body::-webkit-scrollbar { |
|
|
color: var(--grey) !important; |
|
|
color: var(--grey) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.name .time-today > .content-wrapper { |
|
|
.linked .name .time-today > .content-wrapper { |
|
|
color: var(--yellow) !important; |
|
|
color: var(--yellow) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.timed-today > .name > .content::after, |
|
|
.linked.timed-today > .name > .content::after, |
|
|
.tagged-DAILY > .name > .content::after, |
|
|
.linked.tagged-DAILY > .name > .content::after, |
|
|
.tagged-HABIT > .name > .content::after { |
|
|
.linked.tagged-HABIT > .name > .content::after { |
|
|
content: "★"; |
|
|
content: "★"; |
|
|
color: var(--yellow); |
|
|
color: var(--yellow); |
|
|
margin-left: 6px; |
|
|
margin-left: 6px; |
|
|
/* margin-right: 4px; */ |
|
|
/* margin-right: 4px; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.timed-tomorrow > .name > .content::after { |
|
|
.linked.timed-tomorrow > .name > .content::after { |
|
|
content: "☂︎"; |
|
|
content: "☂︎"; |
|
|
color: var(--violet); |
|
|
color: var(--violet); |
|
|
margin-left: 6px; |
|
|
margin-left: 6px; |
|
@ -474,17 +474,12 @@ body::-webkit-scrollbar { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.notes .time-today > .content-wrapper { |
|
|
.linked .name .time-tomorrow > .content-wrapper { |
|
|
background-color: var(--white) !important; |
|
|
|
|
|
color: var(--black); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.name .time-tomorrow > .content-wrapper { |
|
|
|
|
|
color: var(--violet) !important; |
|
|
color: var(--violet) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.name .time-late > .content-wrapper, |
|
|
.linked .name .time-late > .content-wrapper, |
|
|
.name .time-yesterday > .content-wrapper { |
|
|
.linked .name .time-yesterday > .content-wrapper { |
|
|
color: var(--red) !important; |
|
|
color: var(--red) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -492,12 +487,6 @@ body::-webkit-scrollbar { |
|
|
display: none !important; |
|
|
display: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.project.collapsed > .name, |
|
|
|
|
|
.project.open > .name, |
|
|
|
|
|
.root > .name { |
|
|
|
|
|
/* color: var(--white) !important; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tagged-done > .name > .content, |
|
|
.tagged-done > .name > .content, |
|
|
.tagged-done > .notes > .content, |
|
|
.tagged-done > .notes > .content, |
|
|
.tagged-done > .name time > span, |
|
|
.tagged-done > .name time > span, |
|
|