diff options
-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 |