diff options
author | Arun Isaac | 2021-10-04 00:18:22 +0530 |
---|---|---|
committer | Arun Isaac | 2021-10-04 00:19:04 +0530 |
commit | 011bce966b2fac70c88b54e00b097fdf6996bfe1 (patch) | |
tree | 081059e16fd812b56a72633b90b87276ddfc9d5c /website | |
parent | 29a0b81f92c84543fc18791d2f36d52f99c6ea22 (diff) | |
download | ccwl-011bce966b2fac70c88b54e00b097fdf6996bfe1.tar.gz ccwl-011bce966b2fac70c88b54e00b097fdf6996bfe1.tar.lz ccwl-011bce966b2fac70c88b54e00b097fdf6996bfe1.zip |
website: Upcase SVG in comment.
* website/style.css (object): Upcase SVG in comment.
Diffstat (limited to 'website')
-rw-r--r-- | website/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style.css b/website/style.css index 497ad76..6bc1bff 100644 --- a/website/style.css +++ b/website/style.css @@ -23,7 +23,7 @@ code { padding-right: 0.2em; } -/* Make the svg badges clickable. */ +/* Make the SVG badges clickable. */ object { pointer-events: none; } |