Skip to content

Commit a320057

Browse files
committed
fix(highlighter-helper): fix a11y issue
1 parent 9e917b7 commit a320057

File tree

1 file changed

+1
-1
lines changed
  • tools/highlighter-helper/src/client/styles

1 file changed

+1
-1
lines changed

tools/highlighter-helper/src/client/styles/base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--code-padding-y: 1rem;
55
--code-border-radius: 6px;
66
--code-line-height: 1.6;
7-
--code-font-size: 14px;
7+
--code-font-size: 0.875em;
88
--code-font-family: consolas, monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
99
}
1010

0 commit comments

Comments
 (0)