From 8842281b6b75e92ffd123ae3804abf791a95b4a8 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 18 Nov 2023 19:02:27 +0300 Subject: [PATCH] Cosmetics --- styles/layout/_doc.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/layout/_doc.scss b/styles/layout/_doc.scss index ef076f39aa..47605a496d 100644 --- a/styles/layout/_doc.scss +++ b/styles/layout/_doc.scss @@ -118,7 +118,7 @@ border-radius: 6px; padding: 2px 6px; font-size: 1rem; - font-weight: 600; + font-weight: 500; font-style: normal; background-color: var(--doc-highlight-text-bg); color: var(--doc-highlight-text-color);