Skip to content

Commit fd9fbcf

Browse files
committed
Change targeted method's highlighting color to work better with the new method source
1 parent 87c4307 commit fd9fbcf

File tree

1 file changed

+1
-1
lines changed
  • lib/rdoc/generator/template/darkfish/css

1 file changed

+1
-1
lines changed

lib/rdoc/generator/template/darkfish/css/rdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ main .method-detail {
617617

618618
main .method-detail:target {
619619
margin-left: -10px;
620-
border-left: 10px solid #f1edba;
620+
border-left: 10px solid var(--source-code-background-color);
621621
}
622622

623623
main .method-header {

0 commit comments

Comments
 (0)