diff options
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |