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:
parent
4cbb638604
commit
143b77e10d
2 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue