feat(marker): The color can be customized now.

This commit is contained in:
leizhe
2021-09-12 09:57:10 +09:00
committed by Tienson Qin
parent 695765df78
commit 25d0c892f1
2 changed files with 33 additions and 26 deletions

View File

@@ -230,7 +230,9 @@
opacity: 0.5;
font-size: 85%;
margin: 0 2px 0 0px;
font-weight: 600;
font-weight: 650;
border: 0px;
opacity: 1;
}
.marker-switch {
@@ -238,6 +240,24 @@
color: var(--ls-link-text-hover-color);
opacity: 1;
}
&.block-marker{
&.TODO {
color: red;
}
&.DOING {
color: deeppink;
}
&.NOW {
color: green;
}
&.LATER {
color: dodgerblue;
}
}
}
.ls-block {