Rollup merge of #47721 - GuillaumeGomez:experimental-color, r=QuietMisdreavus

Fix experimental text display on default theme

r? @QuietMisdreavus
This commit is contained in:
Guillaume Gomez 2018-01-25 15:52:17 +01:00 committed by GitHub
commit 6f2a0c6f68

View file

@ -189,6 +189,10 @@ a.test-arrow {
.stab.deprecated { background: #F3DFFF; border-color: #7F0087; }
.stab.portability { background: #C4ECFF; border-color: #7BA5DB; }
.module-item .stab {
color: #000;
}
#help > div {
background: #e9e9e9;
border-color: #bfbfbf;