diff options
Diffstat (limited to 'frontend/src/BlogIndex.purs')
| -rw-r--r-- | frontend/src/BlogIndex.purs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/BlogIndex.purs b/frontend/src/BlogIndex.purs index a52e6bd..6fbdc6d 100644 --- a/frontend/src/BlogIndex.purs +++ b/frontend/src/BlogIndex.purs @@ -61,7 +61,7 @@ post (Post state) = div [ className "col s6" ] [ div - [ className "card pink lighten-4" ] + [ className "card pink lighten-5" ] [ div [ className "card-content black-text" ] [ span [ className "card-title" ] [ text state.title ] @@ -70,7 +70,7 @@ post (Post state) = , span [] [ text state.summary ] ] , div - [ className "card-action pink" ] + [ className "card-action pink lighten-5" ] [ link state.link [] [ text "Read More" ] ] ] ] |
