Replace footer text color with WikimediaUI color palette one

Very subtle change from `#333` to tad higher contrast `#222`.

Bug: T153043
Change-Id: I705d03f9c79eafd4569e8ed321939d1044245f59
This commit is contained in:
Volker E 2017-10-07 20:45:05 -07:00
parent 9b58823eeb
commit c163acbdc7
1 changed files with 1 additions and 1 deletions

View File

@ -12,11 +12,11 @@ div#footer {
padding: 0;
li {
color: #222;
margin: 0;
padding: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
color: #333;
font-size: 0.7em;
}
}