Increase the font size for inline source blocks to the normal font size.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2025-02-17 20:54:56 -05:00
parent db21bd8a55
commit d93e91c625

View File

@@ -160,7 +160,7 @@ body {
.inline_source_block { .inline_source_block {
font-family: var(--src-font-family); font-family: var(--src-font-family);
font-size: 1rem; font-size: 1.2rem;
} }
.code, .code,