Правки html формата

This commit is contained in:
2026-05-02 23:38:29 +03:00
parent ef8732f079
commit 3184ff16ca
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -102,15 +102,15 @@ class TraceResponseRenderer:
--step: #ffffff;
--link: #66d9ef;
--error: #ff817d;
--warning: #e5801d;
--info: #73a0cf;
--warning: #e9ebec;
--info: #d6d7d9;
--other: #ececec;
}}
body {{
margin: 0;
background: var(--bg);
color: var(--fg);
font: 13px/1.1 "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
font: 13px/1.1 "SFMono-Regular", monospace;
}}
.page {{
padding: 14px 16px 24px;