mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Change theme color.
This commit is contained in:
parent
6732cd0625
commit
23861c1b8f
@ -27,14 +27,14 @@ import Palette
|
||||
|
||||
|
||||
manifest =
|
||||
{ backgroundColor = Just Color.blue
|
||||
{ backgroundColor = Just Color.white
|
||||
, categories = [ Pages.Manifest.Category.education ]
|
||||
, displayMode = Manifest.Standalone
|
||||
, orientation = Manifest.Portrait
|
||||
, description = "elm-pages - A statically typed site generator."
|
||||
, iarcRatingId = Nothing
|
||||
, name = "elm-pages docs"
|
||||
, themeColor = Just Color.blue
|
||||
, themeColor = Just Color.white
|
||||
, startUrl = pages.index
|
||||
, shortName = Just "elm-pages"
|
||||
, sourceIcon = images.icon
|
||||
|
Loading…
Reference in New Issue
Block a user