Fixed #36853 -- Fixed technical 500 and 404 email CSS support.

This commit is contained in:
Andrea Zanotto
2026-01-08 10:16:18 +01:00
committed by Jacob Walls
parent 9247410b4b
commit 0a983330cd
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
body * { padding:10px 20px; }
body * * { padding:0; }
body { font-family: sans-serif; background:#eee; color:#000; }
body > :where(header, main, footer) { border-bottom:1px solid #ddd; }
body > header, body > main, body > footer { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; margin-bottom:.4em; }
h1 small { font-size:60%; color:#666; font-weight:normal; }
table { border:none; border-collapse: collapse; width:100%; }

View File

@@ -10,7 +10,7 @@
body * { padding:10px 20px; }
body * * { padding:0; }
body { font-family: sans-serif; background-color:#fff; color:#000; }
body > :where(header, main, footer) { border-bottom:1px solid #ddd; }
body > header, body > main, body > footer { border-bottom:1px solid #ddd; }
h1 { font-weight:normal; }
h2 { margin-bottom:.8em; }
h3 { margin:1em 0 .5em 0; }