Replace `@colorGray9` with static color value `#999`

Replacing `@colorGray9` variable with static color value `#999`
as it's among those color values which are not part of the new
WikimediaUI color palette any more. Will be deprecated in
Iaef72470c596656

Bug: T172850
Change-Id: I94c40badb4a8e4703b5e3400d78641edd98f0300
This commit is contained in:
Volker E 2017-08-10 13:26:02 -04:00
parent c34e08ddb8
commit ce9d900cb3
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@
padding: 0;
li {
color: @colorGray9;
color: #999;
list-style: none;
display: block;
padding-bottom: 10px;
@ -223,7 +223,7 @@
a {
// override default black print style.
color: @colorGray9 !important; /* stylelint-disable-line declaration-no-important */
color: #999 !important; /* stylelint-disable-line declaration-no-important */
}
}
}