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" ] ]