aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/BlogIndex.purs
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2016-12-16 20:07:34 -0800
committerChristine Dodrill <me@christine.website>2016-12-16 20:07:34 -0800
commit0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45 (patch)
tree70a467567ddaa1586b869ddea61715c25175aa81 /frontend/src/BlogIndex.purs
parent7c4d5314934c069ac6ec435bcc8582ed2b50b708 (diff)
downloadxesite-0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45.tar.xz
xesite-0dd6f1c40bbb8aabbc9a4af49692e7c5613d4e45.zip
Add static file, change eifel tower to my avatar
Diffstat (limited to 'frontend/src/BlogIndex.purs')
-rw-r--r--frontend/src/BlogIndex.purs4
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" ] ]
]
]