From 085bd39684217af1412981b5113440720f14cedc Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Tue, 1 Mar 2022 14:02:38 +0800 Subject: [PATCH] modify mailbody --- etc/template/mailbody.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/etc/template/mailbody.tpl b/etc/template/mailbody.tpl index 3f55059d..3fc4cb56 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 { -- GitLab