Fix font rendering on results
This commit is contained in:
parent
8f6333b312
commit
abe43946f6
1 changed files with 5 additions and 2 deletions
|
@ -25,13 +25,16 @@ a {
|
|||
}
|
||||
|
||||
pre {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-size: .9em;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
padding: .5rem;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
pre span {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
button {
|
||||
color: white;
|
||||
padding: 3px;
|
||||
|
|
Loading…
Reference in a new issue