diff options
author | Joris | 2016-07-14 18:06:10 +0200 |
---|---|---|
committer | Joris | 2016-07-14 18:06:10 +0200 |
commit | 11b77ffc8b283260a9781aa12189ac7ed469f318 (patch) | |
tree | a8c4227fa298336b6811e8c9444baacde1723bf8 /src | |
parent | ce5e10dca90bb04bf3c4e881a253e3a9b61e5b82 (diff) |
Update PRO color from blue to green
Diffstat (limited to 'src')
-rw-r--r-- | src/View/Html/Design.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/View/Html/Design.hs b/src/View/Html/Design.hs index 71fa09d..662c4d0 100644 --- a/src/View/Html/Design.hs +++ b/src/View/Html/Design.hs @@ -26,7 +26,7 @@ definitionDescription = inlineRender $ do pro :: Text pro = inlineRender $ do marginLeft (px 10) - color blue + color (rgb 122 179 88) price :: Text price = inlineRender $ do |