Skip to content

Commit

Permalink
change color from gray light to dark for section-title color (#160)
Browse files Browse the repository at this point in the history
fixed #159
  • Loading branch information
lucadelu committed May 25, 2020
1 parent 1512e38 commit da329d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/grass/assets/css/style.css
Expand Up @@ -264,7 +264,7 @@ a:focus, button:focus, select:focus {
}
.section-title {
margin-bottom: 32px;
color: var(--grey-color-light) !important;
color: var(--grey-color-dark) !important;
font-family: open_sansregular !important;
font-size: 28px;
font-weight:100 !important;
Expand Down

0 comments on commit da329d3

Please sign in to comment.