User: make this card darker, like the dark pits of my soul

This commit is contained in:
Christine Dodrill 2015-07-28 13:41:42 -07:00
parent ebf71ed675
commit c0188f434c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ instance FromRow User where
render :: User -> H.Html
render user = do
H.div ! A.class_ "card blue-grey darken-1" $ do
H.div ! A.class_ "card blue-grey darken-3" $ do
H.div ! A.class_ "card-content white-text" $ do
H.span ! A.class_ "card-title" $ H.toHtml $ unpack (name user)
H.br