feat(KB-233): change pace marker color to gray

- Update pace marker background from --in-progress to --text-muted
This commit is contained in:
gsxdsm
2026-03-30 19:06:32 -07:00
parent bae937eec6
commit 3f2a86d4d5

View File

@@ -7658,7 +7658,7 @@ html .column.drag-over * {
top: -1px; top: -1px;
width: 2px; width: 2px;
height: 10px; height: 10px;
background: var(--in-progress); background: var(--text-muted);
border-radius: 1px; border-radius: 1px;
z-index: 2; z-index: 2;
transform: translateX(-50%); transform: translateX(-50%);