Rollup merge of #74864 - lzutao:ayu-doccolor, r=GuillaumeGomez
ayu theme: Change doccomment color to `#a1ac88` Before:  After:  Close #74788
This commit is contained in:
commit
1de0211d8e
@ -197,9 +197,8 @@ pre {
|
||||
color: #a37acc;
|
||||
}
|
||||
|
||||
pre.rust .comment, pre.rust .doccomment {
|
||||
color: #788797;
|
||||
}
|
||||
pre.rust .comment { color: #788797; }
|
||||
pre.rust .doccomment { color: #a1ac88; }
|
||||
|
||||
nav:not(.sidebar) {
|
||||
border-bottom-color: #424c57;
|
||||
|
Loading…
x
Reference in New Issue
Block a user