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

This commit is contained in:
Tom Alexander 2025-02-17 20:54:56 -05:00
parent db21bd8a55
commit d93e91c625
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

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