Docs: update benchmarks

This commit is contained in:
2021-09-10 16:34:11 -05:00
parent 4c5d0071ee
commit 2a405f7ce3
9 changed files with 11748 additions and 85 deletions

View File

@@ -37,19 +37,18 @@ code {
.warning { background-color: rgb(220 150 40 / 10%); }
.warning * { color: rgb(105 72 28); }
.input_area, .output_area {
.input_area, .output_area, .output_area img {
border-radius: 8px !important;
border-width: 0 !important;
margin: 8px 0 8px 0;
}
.output_area {
padding: 12px;
padding: 4px;
background-color: hsl(227 60% 11% / 0.7) !important;
}
.output_area pre {
//overflow: hidden;
color: #fff;
}