style: Change background color to black in SVG logo

This commit is contained in:
Paul Gauthier 2025-03-19 21:45:56 -07:00 committed by Paul Gauthier (aider)
parent b652a8416d
commit f032606f32

View file

@ -53,7 +53,7 @@ def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", ou
fill: {color};
}}
.background {{
fill: white;
fill: black;
}}
</style>
<rect class="background" width="{width}" height="{height}" x="0" y="0" />