Replace abandoned colors with current WikimediaUI ones

Replacing abandoned `@colorGray8` (`#888`) & `@colorGray9` (`#999`)
with slightly increased contrast, WCAG 2.0 level AA conformant,
`@colorGray7` from WikimediaUI color palette.

Bug: T172850
Change-Id: I750261b83cc79c32e9ccdb2d69bb5e396b20ed35
This commit is contained in:
Volker E 2017-08-09 20:19:59 +02:00
parent b7f7d9c351
commit 581a247d70
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
} }
.ext-related-articles-card-extract { .ext-related-articles-card-extract {
color: @colorGray8; color: @colorGray7;
font-size: 0.8em; font-size: 0.8em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

View file

@ -5,7 +5,7 @@
border-bottom: 0; border-bottom: 0;
font-size: 0.8em; font-size: 0.8em;
font-weight: normal; font-weight: normal;
color: @colorGray9; color: @colorGray7;
padding-bottom: 0.5em; padding-bottom: 0.5em;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;