diff --git a/assets/less/main.less b/assets/less/main.less
index 46efc8de..bbf976b5 100644
--- a/assets/less/main.less
+++ b/assets/less/main.less
@@ -12,6 +12,24 @@ td {
}
}
+.button {
+ .bg-blue;
+ .bn;
+ .br2;
+ .dib;
+ .dim;
+ .link;
+ .no-underline;
+ .ph3;
+ .pv2;
+ .white-90;
+
+ &:hover {
+ background: darken(@blue, 10%);
+ cursor: pointer;
+ }
+}
+
@import "components/nav";
@import "components/post";
@import "components/talk";
diff --git a/source/_includes/talks-table.html.twig b/source/_includes/talks-table.html.twig
index 81d210fe..8fd88ed1 100644
--- a/source/_includes/talks-table.html.twig
+++ b/source/_includes/talks-table.html.twig
@@ -68,10 +68,9 @@
{% if row.date.feedback and row.date.date <= today %}
-
- joind.in
+ joind.in
{% endif %}
diff --git a/source/contact.html.twig b/source/contact.html.twig
index 89f61a8f..ca5de574 100644
--- a/source/contact.html.twig
+++ b/source/contact.html.twig
@@ -19,7 +19,7 @@ use: [posts]
-