Fix font rendering on results

This commit is contained in:
Sofía Aritz 2023-05-15 23:16:34 +02:00
parent 8f6333b312
commit abe43946f6

View file

@ -25,13 +25,16 @@ a {
} }
pre { pre {
font-family: "JetBrains Mono", monospace;
font-size: .9em;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
padding: .5rem; padding: .5rem;
overflow-x: scroll; overflow-x: scroll;
} }
pre span {
font-family: "JetBrains Mono", monospace;
font-size: .9em;
}
button { button {
color: white; color: white;
padding: 3px; padding: 3px;