|
|
@ -368,6 +368,14 @@ body::-webkit-scrollbar { |
|
|
|
text-decoration-thickness: 2px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.tagged-underway > .name > .content, |
|
|
|
.tagged-underway > .notes > .content, |
|
|
|
.tagged-underway > .name time > span { |
|
|
|
text-decoration: underline !important; |
|
|
|
text-decoration-thickness: 2px !important; |
|
|
|
text-decoration-color: var(--blue) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.tagged-done > .name > .content, |
|
|
|
.tagged-done > .name time > span { |
|
|
|
text-decoration-color: var(--green) !important; |
|
|
|