Skip to content

Commit c2db738

Browse files
authored
Change code font size from 0.79em to 0.77em
Adjusted the code font size for better readability.
1 parent bd0dea0 commit c2db738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/css/variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--font: "Crimson Pro", "Cambria", sans-serif;
1313
--ui-font: "Noto Sans", "Segoe UI", sans-serif;
1414
--mono-font: "Nimbus Mono", "Courier New", monospace;
15-
--code-font-size: 0.79em; /* please adjust the ace font size accordingly in editor.js */
15+
--code-font-size: 0.77em; /* please adjust the ace font size accordingly in editor.js */
1616
}
1717

1818
/* Themes */
@@ -66,4 +66,4 @@
6666
--copy-button-filter-hover: invert(68%) sepia(55%) saturate(531%) hue-rotate(341deg) brightness(104%) contrast(101%);
6767

6868
--footnote-highlight: #2668a6;
69-
}
69+
}

0 commit comments

Comments
 (0)