Improve color theme for color blind issues
This commit is contained in:
parent
302e51fdc9
commit
1072891b76
@ -434,12 +434,6 @@ a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.content span.enum, .content a.enum, .block a.current.enum { color: #5e9766; }
|
||||
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
|
||||
.content span.type, .content a.type, .block a.current.type { color: #e57300; }
|
||||
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
|
||||
.content span.union, .content a.union, .block a.current.union { color: #c0c74f; }
|
||||
.content span.constant, .content a.constant, .block a.current.constant { color: #c7944f; }
|
||||
.block a.current.crate { font-weight: 500; }
|
||||
|
||||
.search-input {
|
||||
|
@ -97,7 +97,13 @@ pre {
|
||||
border-bottom-color: #ddd;
|
||||
}
|
||||
|
||||
.content span.primitive, .content a.primitive, .block a.current.primitive { color: #39a7bf; }
|
||||
.content span.enum, .content a.enum, .block a.current.enum { color: #508157; }
|
||||
.content span.struct, .content a.struct, .block a.current.struct { color: #df3600; }
|
||||
.content span.type, .content a.type, .block a.current.type { color: #ba5d00; }
|
||||
.content span.macro, .content a.macro, .block a.current.macro { color: #068000; }
|
||||
.content span.union, .content a.union, .block a.current.union { color: #767b27; }
|
||||
.content span.constant, .content a.constant, .block a.current.constant { color: #9a6e31; }
|
||||
.content span.primitive, .content a.primitive, .block a.current.primitive { color: #2c8093; }
|
||||
.content span.externcrate,
|
||||
.content span.mod, .content a.mod, .block a.current.mod { color: #4d76ae; }
|
||||
.content span.fn, .content a.fn, .block a.current.fn,
|
||||
|
Loading…
Reference in New Issue
Block a user