Commit 3d4db7b9 authored by Karen Konou's avatar Karen Konou

[Docs histo] fix bar color when selected

parent 09ec80f7
...@@ -33,8 +33,8 @@ red :: Color ...@@ -33,8 +33,8 @@ red :: Color
red = stringColor "red" red = stringColor "red"
blue :: Color blue :: Color
blue = cssColor $ rgba 100 150 200 0.0 blue = cssColor $ rgba 100 150 200 1.0
-- stringColor "blue" -- stringColor "blue"
magenta :: Color magenta :: Color
magenta = stringColor "magenta" magenta = stringColor "magenta"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment