Merge same colors together
This commit is contained in:
parent
83cf3ce498
commit
b1e3baa5b4
1 changed files with 3 additions and 3 deletions
|
@ -415,9 +415,9 @@ a {
|
|||
.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; }
|
||||
.content span.fn, .content a.fn, .block a.current.fn { color: #8c6067; }
|
||||
.content span.method, .content a.method, .block a.current.method { color: #8c6067; }
|
||||
.content span.tymethod, .content a.tymethod, .block a.current.tymethod { color: #8c6067; }
|
||||
.content span.fn, .content a.fn, .block a.current.fn,
|
||||
.content span.method, .content a.method, .block a.current.method,
|
||||
.content span.tymethod, .content a.tymethod, .block a.current.tymethod,
|
||||
.content .fnname { color: #8c6067; }
|
||||
.block a.current.crate { font-weight: 500; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue