fix commit lines dotted lines

This commit is contained in:
Pavel Laptev 2024-10-25 16:07:59 +02:00
parent 428fc5aee6
commit 6d10a5944f

View File

@ -60,13 +60,8 @@
&:before {
height: calc(100% + 1px);
background: repeating-linear-gradient(
0,
transparent,
transparent 2px,
var(--border-color) 2px,
var(--border-color) 4px
);
background: linear-gradient(to bottom, var(--border-color) 50%, transparent 50%);
background-size: 4px 4px;
}
}
}