Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnik
Fixes #24441 Preview: 
This commit is contained in:
commit
130240afc6
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ a {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.content span.trait, .content a.trait, .block a.current.trait { color: #ed9603; }
|
||||
.content span.trait, .content a.trait, .block a.current.trait { color: #8866ff; }
|
||||
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
|
||||
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
|
||||
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue