From 2560f58150a24037e1cb509208b787b1b8b91075 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 15 Jun 2021 17:55:30 +0530 Subject: website: Make SVG badges clickable. * style.css (object): Set pointer-events to none. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 70573dd..708d9aa 100644 --- a/style.css +++ b/style.css @@ -10,3 +10,8 @@ body { h1, h2, h3 { line-height: 1.2; } + +/* Make the svg badges clickable. */ +object { + pointer-events: none; +} -- cgit v1.2.3