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

[Docs histo] fix bar color when selected

parent 09ec80f7
Pipeline #3341 failed with stage
in 0 seconds
......@@ -33,8 +33,8 @@ red :: Color
red = stringColor "red"
blue :: Color
blue = cssColor $ rgba 100 150 200 0.0
-- stringColor "blue"
blue = cssColor $ rgba 100 150 200 1.0
-- stringColor "blue"
magenta :: Color
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