From 42280440336cb25815f12a802b1e4e1ef4430562 Mon Sep 17 00:00:00 2001 From: Herumb Shandilya <43719685+krypticmouse@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:48:23 -0800 Subject: [PATCH] Make linenos font size same as code blocks (#2051) --- docs/docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/stylesheets/extra.css b/docs/docs/stylesheets/extra.css index 537f6d540..9a745886e 100644 --- a/docs/docs/stylesheets/extra.css +++ b/docs/docs/stylesheets/extra.css @@ -220,6 +220,10 @@ h2.doc-heading { font-size: 0.75em; } +.highlight .linenos { + font-size: 0.75em; +} + /* Copy button styling */ .highlight .md-clipboard { color: var(--md-default-fg-color--lighter);