HTML styles: remove hard-coded font-size for print CSS.

Print CSS now uses the inherited font-size.
This commit is contained in:
John MacFarlane
2026-07-01 13:54:24 +02:00
parent ceb0917599
commit d8ea25c10e
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -43,7 +43,6 @@ body {
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
-1
View File
@@ -44,7 +44,6 @@
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;
-1
View File
@@ -44,7 +44,6 @@
body {
background-color: transparent;
color: black;
font-size: 12pt;
}
p, h2, h3 {
orphans: 3;