Skip to content

Commit b12649c

Browse files
authored
fix: remove redundant font-family from .response-text .inline-code (#339)
* fix: remove redundant font-family from .response-text .inline-code * style: remove trailing whitespace and blank line from .inline-code
1 parent 50e5a17 commit b12649c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/viewer/static/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ h3 { margin: 1.5rem 0 0.75rem; color: var(--text-strong); }
418418
padding: 0.15em 0.35em;
419419
border-radius: 4px;
420420
font-size: 0.88em;
421-
font-family: var(--mono);
422421
}
423422
.response-text .md-h1 { font-size: 1.15em; font-weight: 700; margin: 0.6em 0 0.3em; color: var(--text-strong); }
424423
.response-text .md-h2 { font-size: 1.05em; font-weight: 600; margin: 0.5em 0 0.25em; color: var(--text-strong); }

0 commit comments

Comments
 (0)