Skip to content

Commit b1e3baa

Browse files
committed
Merge same colors together
1 parent 83cf3ce commit b1e3baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustdoc/html/static/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ a {
415415
.content span.mod, .content a.mod, block a.current.mod { color: #4d76ae; }
416416
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
417417
.content span.struct, .content a.struct, .block a.current.struct { color: #e53700; }
418-
.content span.fn, .content a.fn, .block a.current.fn { color: #8c6067; }
419-
.content span.method, .content a.method, .block a.current.method { color: #8c6067; }
420-
.content span.tymethod, .content a.tymethod, .block a.current.tymethod { color: #8c6067; }
418+
.content span.fn, .content a.fn, .block a.current.fn,
419+
.content span.method, .content a.method, .block a.current.method,
420+
.content span.tymethod, .content a.tymethod, .block a.current.tymethod,
421421
.content .fnname { color: #8c6067; }
422422
.block a.current.crate { font-weight: 500; }
423423

0 commit comments

Comments
 (0)