Documents: Add variable for border thickness

This commit is contained in:
2024-03-28 15:56:46 +01:00
parent d501cfaf72
commit 9aa6cba1ff
5 changed files with 16 additions and 15 deletions

View File

@ -4,7 +4,7 @@
width: 10mm;
position: fixed;
left: -25mm;
border-top: 0.5pt solid black;
border-top: var(--border-thickness) solid black;
}
.m1.r, .m2.r, .m3.r {
left: initial;