Add background-color on clickable definitions in source code
This commit is contained in:
parent
3b5df01439
commit
7ce7fe7176
3 changed files with 9 additions and 0 deletions
|
@ -216,6 +216,9 @@ nav.main .separator {
|
|||
a {
|
||||
color: #c5c5c5;
|
||||
}
|
||||
body.source .example-wrap pre.rust a {
|
||||
background: #c5c5c5;
|
||||
}
|
||||
|
||||
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
||||
.docblock-short a:not(.srclink):not(.test-arrow), .item-info a,
|
||||
|
|
|
@ -177,6 +177,9 @@ nav.main .separator {
|
|||
a {
|
||||
color: #ddd;
|
||||
}
|
||||
body.source .example-wrap pre.rust a {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
||||
.docblock-short a:not(.srclink):not(.test-arrow), .item-info a,
|
||||
|
|
|
@ -172,6 +172,9 @@ nav.main .separator {
|
|||
a {
|
||||
color: #000;
|
||||
}
|
||||
body.source .example-wrap pre.rust a {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
||||
.docblock-short a:not(.srclink):not(.test-arrow), .item-info a,
|
||||
|
|
Loading…
Add table
Reference in a new issue