Skip to content

Commit 2b94760

Browse files
committed
use --fonts-monospace
1 parent 5e6bd3b commit 2b94760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ export function ansiLogToHTML(line) {
661661
}
662662
663663
.job-step-section .job-step-logs {
664-
font-family: monospace, monospace;
664+
font-family: var(--fonts-monospace);
665665
margin: 8px 0px;
666666
font-size: 12px;
667667
}

0 commit comments

Comments
 (0)