Underline source code links on hover
This commit is contained in:
parent
89bdc33781
commit
b5c27b49d0
1 changed files with 4 additions and 0 deletions
|
@ -450,6 +450,10 @@ nav.sub {
|
|||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.example-wrap > pre.rust a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.rustdoc:not(.source) .example-wrap > pre:not(.line-number) {
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue