Skip to content

Commit ab01600

Browse files
committed
svg: add translucent bg
1 parent 8422754 commit ab01600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ghstat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def svg_langbar(offset, title, width, colour):
198198
<mask id="ghstat-bar">
199199
<rect x="0" y="0" width="{width}" height="8" fill="white" rx="5"/>
200200
</mask>
201-
<rect mask="url(#ghstat-bar)" x="0" y="0" width="{width}" height="8" fill="#d1d5da"/>
201+
<rect x="0" y="0" width="{width}" height="48" fill="white" fill-opacity="0.5" rx="5"/>
202202
{svg_bars}
203203
</svg>
204204
"""

0 commit comments

Comments
 (0)