I got an email suggestion to add a way to highlight a birthday if it’s today. It turned out to be pretty easy – this minor update adds a span tag with a class “bdaytoday” or “nobdaytoday” to each birthday in a list. So, adding this would make today’s birthday(s) red:
.bdaytoday {
color: #f00;
}
Get the latest version here: birthdaze-0.5.2