From fd9fbcf4604a7737ff6fe6e538fa10f3be05d541 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 3 Oct 2024 17:10:13 +0100 Subject: [PATCH] Change targeted method's highlighting color to work better with the new method source --- lib/rdoc/generator/template/darkfish/css/rdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index a44383d485..c53cbd4082 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -617,7 +617,7 @@ main .method-detail { main .method-detail:target { margin-left: -10px; - border-left: 10px solid #f1edba; + border-left: 10px solid var(--source-code-background-color); } main .method-header {