Documents: Use border thickness of 0.5pt

This commit is contained in:
2024-03-28 20:34:59 +01:00
parent 7274d793c4
commit eddea88e77

View File

@ -2,7 +2,7 @@
:root { :root {
font-family: "Times New Roman", serif; font-family: "Times New Roman", serif;
line-height: 1; line-height: 1;
--border-thickness: 0.05pt; --border-thickness: 0.5pt;
} }
* { * {