Adjust grey tone in error pages.

This commit is contained in:
Paulo Reis 2017-03-30 16:46:04 +01:00
parent 5ae7baccf5
commit e9a5c37fb6

View file

@ -65,7 +65,7 @@
.error-description {
font-family: @font-family-serif;
font-size: @font-size-h3;
color: @gray-light;
color: @gray;
margin-bottom: @line-height-computed * 2;
}
.error-btn {