Links in the submenus don't appear as links; they're just black text on a gray box. For example:


I was going to make a PR with a tweak but you're using Less and I got a bit lost trying to find where I was supposed to be. 😊 The compiled asset is http://www.devopsdays.org//css/devops.min.css and with this fix:
.submenu h3 a {
color: #333333;
/* text-decoration: none; */
}
You end up with this nicer submenu:

cc @bridgetkromhout as you asked me to drop a line here
Links in the submenus don't appear as links; they're just black text on a gray box. For example:
I was going to make a PR with a tweak but you're using Less and I got a bit lost trying to find where I was supposed to be. 😊 The compiled asset is http://www.devopsdays.org//css/devops.min.css and with this fix:
You end up with this nicer submenu:
cc @bridgetkromhout as you asked me to drop a line here