From 2f73cd52d21ea325f9893b0b179e974b1182ef52 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:42:11 +0000 Subject: [PATCH] fix: set inline code font-size to 1em to match surrounding text Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 190ce8f6f4f..5179a7f8d71 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -772,7 +772,7 @@ header::after { .sl-markdown-content code { background-color: rgba(110, 118, 129, 0.4); border-radius: 4px; - font-size: 85%; + font-size: 1em; font-family: var(--sl-font-mono); overflow-wrap: break-word; word-wrap: break-word;