From 052f60a7b3b4d49f51d67f8764f7a49b438a9e2a Mon Sep 17 00:00:00 2001 From: Maksim Lakatkou Date: Mon, 9 Mar 2026 21:19:15 +0100 Subject: [PATCH] [dev] update highlighted code line background color --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 1532a9e5..96bc965d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -178,7 +178,7 @@ span.token.comment { /* specify the comment background color */ span.token-line.theme-code-block-highlighted-line { - background-color: rgba(225, 212, 212, 0.075); + background-color: rgba(253, 253, 227); } /* end styles for block of code */