Skip to content

Commit 847c94b

Browse files
committed
Shrink in-line code size
1 parent 7d8d3d9 commit 847c94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/doingstuff-zola/sass/doingstuff/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $large-device-font-size: $large-font-size;
4242

4343
// https://github.com/system-fonts/modern-font-stacks
4444
$code-font-family: 'Atkinson Hyperlegible Mono', ui-monospace, monospace;
45-
$code-font-size: .9rem;
45+
$code-font-size: .8rem;
4646
$code-fence-font-size: .8rem;
4747
//$code-color: #bf616a;
4848
$code-background-color: #f3f3f3;

0 commit comments

Comments
 (0)