Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/themes/ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ a.test-arrow:hover {

:target > code, :target > .in-band {
background: rgba(255, 236, 164, 0.06);
border-right: 3px solid #ffb44c;
border-right: 3px solid rgba(255, 180, 76, 0.85);
}

pre.compile_fail {
Expand Down
1 change: 1 addition & 0 deletions src/librustdoc/html/static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ a.test-arrow:hover{

:target > code, :target > .in-band {
background-color: #494a3d;
border-right: 3px solid #bb7410;
}

pre.compile_fail {
Expand Down
1 change: 1 addition & 0 deletions src/librustdoc/html/static/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ a.test-arrow:hover{

:target > code, :target > .in-band {
background: #FDFFD3;
border-right: 3px solid #ffb44c;
}

pre.compile_fail {
Expand Down