Change yes color on RSVPs
Committed fe0854
--- a/canopy/templates/index.html
+++ b/canopy/templates/index.html
$elif "rsvp" in entry:
$ in_reply_to = entry["in-reply-to"][0]
$ colors = {
- $ "yes": "2aa198",
+ $ "yes": "859900",
$ "maybe": "b58900",
$ "no": "cb4b16",
$ }