bug: indented note styles

This commit is contained in:
2023-01-18 16:08:47 +00:00
parent 66409129f9
commit ac8d3373cf

View File

@ -51,9 +51,4 @@
background-color: var(--gray-tertiary); background-color: var(--gray-tertiary);
margin-left: -5px; margin-left: -5px;
border-left: 3px solid var(--highlight); border-left: 3px solid var(--highlight);
} }
.indented .note {
border-bottom: none;
padding: 4px;
}