Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 8908ab8

Browse files
authored
Merge pull request #1477 from NativeScript/etabakov/code-font-size
fix: make code font larger
2 parents 3968275 + 036404b commit 8908ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/_assets/stylesheets/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@ article table td h5 {
20352035
/* Base16 Google Light Prism Theme */
20362036

20372037
pre, code {
2038-
font-size: 13px;
2038+
font-size: 14px;
20392039
}
20402040

20412041
a code {

0 commit comments

Comments
 (0)