/*CloudHill's Bulleted List Mod*/
div.notion-selectable.notion-bulleted_list-block
> div > div:last-child {
position: relative;
}
div.notion-selectable.notion-bulleted_list-block
> div > div:last-child::before {
content: "";
position: absolute;
height: calc(100% - 2em);
top: 2em;
left: -14.48px;
border-left: 1px dotted var(--theme--text_ui_info); /*"Also if you erase the var(--theme--text_ui_info) part the line will follow whatever color your block is"*/
}
Also if you erase the var(--theme--text_ui_info)
part the line will follow whatever color your block is