mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: add styles for task-status
This commit is contained in:
@@ -190,13 +190,15 @@
|
||||
background-color: var(--ls-page-properties-background-color);
|
||||
}
|
||||
|
||||
.marker-switch {
|
||||
.block-marker {
|
||||
padding: 2px 4px;
|
||||
opacity: 0.5;
|
||||
font-size: 85%;
|
||||
margin: 0 2px 0 0px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.marker-switch {
|
||||
&:hover {
|
||||
color: var(--ls-link-text-hover-color);
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user