|
@ -316,7 +316,9 @@ body::-webkit-scrollbar { |
|
|
color: var(--red) !important; |
|
|
color: var(--red) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tag-RELAX, |
|
|
.tag-RELAX { |
|
|
|
|
|
color: var(--cyan) !important; |
|
|
|
|
|
} |
|
|
.tag-REVIEW { |
|
|
.tag-REVIEW { |
|
|
color: var(--yellow) !important; |
|
|
color: var(--yellow) !important; |
|
|
} |
|
|
} |
|
@ -329,6 +331,14 @@ body::-webkit-scrollbar { |
|
|
color: var(--yellow) !important; |
|
|
color: var(--yellow) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.timed-today > .name > .content::after, |
|
|
|
|
|
.tagged-DAILY > .name > .content::after { |
|
|
|
|
|
content: "★"; |
|
|
|
|
|
color: var(--yellow); |
|
|
|
|
|
margin-left: 6px; |
|
|
|
|
|
/* margin-right: 4px; */ |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.notes .time-today > .content-wrapper { |
|
|
.notes .time-today > .content-wrapper { |
|
|
background-color: var(--white) !important; |
|
|
background-color: var(--white) !important; |
|
|
color: var(--black); |
|
|
color: var(--black); |
|
@ -489,12 +499,17 @@ body::-webkit-scrollbar { |
|
|
margin-left: 4px; |
|
|
margin-left: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.hotspot-side > .name .innerContentContainer::after { |
|
|
|
|
|
content: "🖼️"; |
|
|
|
|
|
margin-left: 4px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.hotspot-social > .name .innerContentContainer::after { |
|
|
.hotspot-social > .name .innerContentContainer::after { |
|
|
content: "👥"; |
|
|
content: "👥"; |
|
|
margin-left: 4px; |
|
|
margin-left: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.hotspot-career > .name .innerContentContainer::after { |
|
|
.hotspot-job > .name .innerContentContainer::after { |
|
|
content: "💻"; |
|
|
content: "💻"; |
|
|
margin-left: 4px; |
|
|
margin-left: 4px; |
|
|
} |
|
|
} |
|
|