aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/style.css b/website/style.css
index 70573dd..0104d22 100644
--- a/website/style.css
+++ b/website/style.css
@@ -10,3 +10,8 @@ body {
h1, h2, h3 {
line-height: 1.2;
}
+
+/* Make the SVG badges clickable. */
+object {
+ pointer-events: none;
+}