]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 26 Aug 2020 23:14:13 +0000 (01:14 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 23:14:13 +0000 (01:14 +0200)
commit88c68cae4f6d2e12d54ff436eea36595454ccda8
treed30a60c495a304019c4a1e78045987e5bc6a8b52
parenta838f2fc7965f2e3f619d8f6d40915db668d7ae6
parent5041aeef3d4155ac28245419193280491552fd35
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire

Fix font color for help button in ayu and dark themes

A nice before/after:

![Screenshot from 2020-08-23 14-47-07](https://user-images.githubusercontent.com/3050060/90979230-0dd07400-e554-11ea-85f7-046dfca65e8e.png)

![Screenshot from 2020-08-23 14-47-03](https://user-images.githubusercontent.com/3050060/90979233-145eeb80-e554-11ea-8e63-1864c3f2699b.png)

For the ayu theme, the change is very "light", the font color was already close to white, so I unified the color with the pictures of the other buttons:

![Screenshot from 2020-08-23 15-20-45](https://user-images.githubusercontent.com/3050060/90979281-5e47d180-e554-11ea-9993-8595057481ab.png)
![Screenshot from 2020-08-23 15-20-50](https://user-images.githubusercontent.com/3050060/90979279-5daf3b00-e554-11ea-8d39-beb57091aba7.png)