Skip to content

Commit db77239

Browse files
committed
Adjust output font size
1 parent a6b4ed5 commit db77239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,5 @@ func formatShellcheckHTML(output string) string {
248248
// Color line numbers (now just "Line X:")
249249
formatted = regexp.MustCompile(`(?m)^Line (\d+):`).ReplaceAllString(formatted, `<span class="text-cyan-400">Line $1:</span>`)
250250

251-
return fmt.Sprintf(`<pre class="text-sm whitespace-pre-wrap font-mono">%s</pre>`, formatted)
251+
return fmt.Sprintf(`<pre class="text-xs whitespace-pre-wrap font-mono">%s</pre>`, formatted)
252252
}

0 commit comments

Comments
 (0)