Documents: Add variable for border thickness
This commit is contained in:
@ -43,7 +43,7 @@ table {
|
||||
|
||||
table th,
|
||||
table td {
|
||||
border: 0.5pt solid black;
|
||||
border: var(--border-thickness) solid black;
|
||||
vertical-align: top !important;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user