This works with my theme!
.cm-hmd-list-indent .cm-tab,
ul ul {
position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before {
content: '';
border-left: 1px solid YOUR_COLOR_HERE;
position: absolute;
left: -15px;
top: 0;
bottom: 0;
}
From: Spectrum/obsidian.css at main · Braweria/Spectrum · GitHub