holochain / website

jekyll website for holochain.org
48 stars 8 forks source link

Fix curve masks being the wrong color #44

Closed qubist closed 6 years ago

qubist commented 6 years ago

The code that checked the color scheme of the next section and then set the curve mask of the current section to that color was old and didn't work. This caused the curve mask to be the wrong color. I updated the code to work with Jekyll's version of Liquid.

(Resolves #43)