Change yes color on RSVPs
Committed 386d58
--- a/webint_posts/templates/entry.html
+++ b/webint_posts/templates/entry.html
$# var title: RSVP'd $entry["rsvp"] to $event["name"]
$var show_title = False
$ colors = {
- $ "yes": "2aa198",
+ $ "yes": "859900",
$ "maybe": "b58900",
$ "no": "cb4b16",
$ }