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

@ -43,7 +43,7 @@ table {
table th,
table td {
border: 0.5pt solid black;
border: var(--border-thickness) solid black;
vertical-align: top !important;
}