Skip to content

Commit ca96ecc

Browse files
committed
make background transparent
1 parent deb462c commit ca96ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci-generate-dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def generate_svg(theme):
5757
]
5858

5959
# Background
60-
svg.append(f'<rect x="0" y="0" width="100%" height="100%" fill="{bg_color}" />')
60+
svg.append(f'<rect x="0" y="0" width="100%" height="100%" fill="none" />')
6161

6262
# Global top label
6363
svg.append(

0 commit comments

Comments
 (0)