Update report.py

This commit is contained in:
Alexey Milovidov 2023-01-06 06:28:51 +03:00 committed by GitHub
parent c6071f247a
commit d784c6d201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%); }}