diff --git a/etc/template/mailbody.tpl b/etc/template/mailbody.tpl index 3f55059d07d4049313159e5bb671c9309e8cf720..3fc4cb568c0b9d92bc2d8ae70051240aaf4533f1 100644 --- a/etc/template/mailbody.tpl +++ b/etc/template/mailbody.tpl @@ -22,7 +22,7 @@ border-radius: 2px 2px 0 0; } header .title { - font-size: 16px; + font-size: 14px; color: #333333; margin: 0; } @@ -55,12 +55,16 @@ .succ { background-color: green; - color: white; + color: #fff; } .fail { background-color: red; - color: white; + color: #fff; + } + + .succ th, .succ td, .fail th, .fail td { + color: #fff; } table tbody tr th {