From d784c6d2018baec0c5f9dd93d0d859d885a43663 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Fri, 6 Jan 2023 06:28:51 +0300 Subject: [PATCH] Update report.py --- tests/ci/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/report.py b/tests/ci/report.py index b224be6afe3..c74da39bd35 100644 --- a/tests/ci/report.py +++ b/tests/ci/report.py @@ -18,7 +18,7 @@ HTML_BASE_TEST_TEMPLATE = """ -webkit-background-clip: text; -moz-background-clip: text; }} -body {{ font-family: "DejaVu Sans", "Noto Sans", Arial, sans-serif; background: linear-gradient(180deg, hsl(190deg, 90%, 10%), hsl(190deg, 90%, 0%)); color: white; }} +html {{ font-family: "DejaVu Sans", "Noto Sans", Arial, sans-serif; background: linear-gradient(180deg, hsl(190deg, 90%, 10%), hsl(190deg, 90%, 0%)); color: white; }} h1 {{ margin-left: 10px; }} th, td {{ border: 0; padding: 5px 10px 5px 10px; text-align: left; vertical-align: top; line-height: 1.5; background: hsl(190deg, 90%, 15%); }} th {{ background: hsl(180deg, 90%, 15%); }}