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
1 changed files with 2 additions and 3 deletions
|
@ -197,9 +197,8 @@ pre {
|
||||||
color: #a37acc;
|
color: #a37acc;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre.rust .comment, pre.rust .doccomment {
|
pre.rust .comment { color: #788797; }
|
||||||
color: #788797;
|
pre.rust .doccomment { color: #a1ac88; }
|
||||||
}
|
|
||||||
|
|
||||||
nav:not(.sidebar) {
|
nav:not(.sidebar) {
|
||||||
border-bottom-color: #424c57;
|
border-bottom-color: #424c57;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue