0
0
Fork 0

Increase contrast in landing pages (#4567)

* Increase contrast in about and about/more page

* Lighten em color in landing pages

* Increase contrast in landing pages


Fix about.scss
This commit is contained in:
Lynx Kotoura 2017-08-22 04:59:03 +09:00 committed by Eugen Rochko
parent 4cbb638604
commit 143b77e10d
2 changed files with 10 additions and 10 deletions

View file

@ -32,10 +32,10 @@ code {
line-height: 18px;
margin-top: 15px;
margin-bottom: 0;
color: $ui-base-lighter-color;
color: $ui-primary-color;
a {
color: $ui-primary-color;
color: $ui-highlight-color;
}
}
}