diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,3 +10,8 @@ body { h1, h2, h3 { line-height: 1.2; } + +/* Make the svg badges clickable. */ +object { + pointer-events: none; +} |