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

@ -55,13 +55,13 @@ aside {
aside table {
border-collapse: collapse;
border: 0.5pt solid #808080;
border: var(--border-thickness) solid #808080;
width: 65mm;
margin-right: 10mm;
}
aside table thead:not(:first-child) tr {
border-top: 0.5pt solid #808080;
border-top: var(--border-thickness) solid #808080;
}
aside table thead tr {
@ -143,7 +143,7 @@ main h1 {
.main-wrapper .signatures > * {
width: 50mm;
border-top: 0.5pt solid black;
border-top: var(--border-thickness) solid black;
padding-top: 1mm;
text-align: center;
font-size: 10pt;