|
@ -510,13 +510,16 @@ body::-webkit-scrollbar { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tag-RELAX { |
|
|
.tag-RELAX { |
|
|
color: var(--cyan) !important; |
|
|
background-color: var(--blue) !important; |
|
|
|
|
|
color: var(--black) !important; |
|
|
} |
|
|
} |
|
|
.tag-REVIEW { |
|
|
.tag-REVIEW { |
|
|
color: var(--yellow) !important; |
|
|
background-color: var(--yellow) !important; |
|
|
|
|
|
color: var(--black) !important; |
|
|
} |
|
|
} |
|
|
.tag-TODO { |
|
|
.tag-TODO { |
|
|
color: var(--red) !important; |
|
|
background-color: var(--red) !important; |
|
|
|
|
|
color: var(--black) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.monolith-pill .content-wrapper { |
|
|
.monolith-pill .content-wrapper { |
|
@ -549,14 +552,13 @@ body::-webkit-scrollbar { |
|
|
/* margin-right: 4px; */ |
|
|
/* margin-right: 4px; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.linked .name .time-tomorrow > .content-wrapper { |
|
|
.linked .name .time-tomorrow > .content-wrapper { |
|
|
color: var(--violet) !important; |
|
|
color: var(--violet) !important; |
|
|
border-color: var(--violet) !important; |
|
|
border-color: var(--violet) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.linked .name .time-late > .content-wrapper, |
|
|
.linked:not(.tagged-done):not(.tagged-missed):not(.tagged-na) .name .time-late > .content-wrapper, |
|
|
.linked .name .time-yesterday > .content-wrapper { |
|
|
.linked:not(.tagged-done):not(.tagged-missed):not(.tagged-na) .name .time-yesterday > .content-wrapper { |
|
|
color: var(--red) !important; |
|
|
color: var(--red) !important; |
|
|
border-color: var(--red) !important; |
|
|
border-color: var(--red) !important; |
|
|
} |
|
|
} |
|
@ -580,6 +582,10 @@ body::-webkit-scrollbar { |
|
|
text-decoration-thickness: 2px !important; |
|
|
text-decoration-thickness: 2px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag-done { |
|
|
|
|
|
color: var(--green) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* .tagged-underway > .name > .content, */ |
|
|
/* .tagged-underway > .name > .content, */ |
|
|
/* .tagged-underway > .notes > .content, */ |
|
|
/* .tagged-underway > .notes > .content, */ |
|
|
/* .tagged-underway > .name time > span { */ |
|
|
/* .tagged-underway > .name time > span { */ |
|
@ -598,11 +604,19 @@ body::-webkit-scrollbar { |
|
|
text-decoration-color: var(--red) !important; |
|
|
text-decoration-color: var(--red) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag-missed { |
|
|
|
|
|
color: var(--red) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.tagged-na > .name > .content, |
|
|
.tagged-na > .name > .content, |
|
|
.tagged-na > .name time > span { |
|
|
.tagged-na > .name time > span { |
|
|
text-decoration-color: var(--blue) !important; |
|
|
text-decoration-color: var(--blue) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag-na { |
|
|
|
|
|
color: var(--blue) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.tag-new { |
|
|
.tag-new { |
|
|
color: var(--blue) !important; |
|
|
color: var(--blue) !important; |
|
|
} |
|
|
} |
|
@ -827,3 +841,8 @@ body::-webkit-scrollbar { |
|
|
font-size: 27px !important; |
|
|
font-size: 27px !important; |
|
|
font-weight: bold !important; |
|
|
font-weight: bold !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tag-z { |
|
|
|
|
|
background-color: var(--cyan) !important; |
|
|
|
|
|
color: var(--black) !important; |
|
|
|
|
|
} |
|
|