From 8af86a5e199cd399dd471f68dadd5c8b3fd41801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Sat, 9 Apr 2016 01:08:39 +0200 Subject: [PATCH] Text. Fixes #7. --- examples/Demo.elm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/Demo.elm b/examples/Demo.elm index 36102e5..a38ae76 100644 --- a/examples/Demo.elm +++ b/examples/Demo.elm @@ -211,7 +211,9 @@ e404 _ _ = [ ] [ Style.styled Html.h1 - [ Style.cs "mdl-typography--display-4" ] + [ Style.cs "mdl-typography--display-4" + , Color.background Color.primary + ] [] [ text "404" ] ]