diff options
-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; +} |
index : ccwl | ||
Concise Common Workflow Language (mirror of https://github.com/arunisaac/ccwl) |
summaryrefslogtreecommitdiff |
-rw-r--r-- | style.css | 5 |
@@ -10,3 +10,8 @@ body { h1, h2, h3 { line-height: 1.2; } + +/* Make the svg badges clickable. */ +object { + pointer-events: none; +} |