From a160a15fcb8cd760370d44a31661b2111fdb5e11 Mon Sep 17 00:00:00 2001 From: Vizonex Date: Sat, 11 Apr 2026 13:23:15 -0500 Subject: [PATCH] fix background color when viewing source code in documentation. --- aiohttp_theme/theme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_theme/theme.conf b/aiohttp_theme/theme.conf index b1bde20..d938d69 100644 --- a/aiohttp_theme/theme.conf +++ b/aiohttp_theme/theme.conf @@ -109,7 +109,7 @@ narrow_sidebar_fg = #FFF narrow_sidebar_link = font_size = 17px caption_font_size = inherit -viewcode_target_bg = #ffd +viewcode_target_bg = #424750 code_bg = #ecf0f3 code_text = #222 code_hover = #EEE